Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot]
0f2ee2dd3e
Merge 778ce2a08d into 4a637d7c58 2026-01-13 16:15:06 +01:00
renovate[bot]
778ce2a08d
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>
2026-01-13 08:59:33 +00:00

View File

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