From 3f27e9874681776d748c81112db40f93054f43f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 07:39:25 +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 && \