diff --git a/containers/Dockerfile.barmanbase b/containers/Dockerfile.barmanbase index cc01748b..2ac49fc3 100644 --- a/containers/Dockerfile.barmanbase +++ b/containers/Dockerfile.barmanbase @@ -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 && \