This commit is contained in:
renovate[bot] 2026-01-05 21:06:04 +01:00 committed by GitHub
commit 16db91f4e8
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 .
RUN apt-get update && \
apt-get install -y postgresql-common build-essential && \