chore(deps): update python docker tag to v3.14

| datasource | package | from | to   |
| ---------- | ------- | ---- | ---- |
| docker     | python  | 3.13 | 3.14 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-12-22 13:10:17 +00:00 committed by GitHub
parent 1e504cbade
commit 9bc5ed3707
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM python:3.13-slim-bookworm FROM python:3.14-slim-bookworm
COPY containers/sidecar-requirements.txt . COPY containers/sidecar-requirements.txt .
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y postgresql-common build-essential && \ apt-get install -y postgresql-common build-essential && \