From 6e1cefd5e499468c0598ec449b59b3058ad6fb41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 13:34:46 +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 cc01748..2ac49fc 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 && \