From 9bc5ed3707d9dc28d093465f099951020da67b67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 13:10:17 +0000 Subject: [PATCH] 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> --- containers/Dockerfile.barmanbase | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \