From 6f5df252b0fe0d517dc9e5a672586eb732debd2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 00:54:12 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a4e133178..361efd26b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ # ---------------------------------------------------------------------- # base — system deps shared by every target # ---------------------------------------------------------------------- -FROM python:3.12-slim-bookworm AS base +FROM python:3.14-slim-bookworm AS base LABEL maintainer="martin.kilbinger@cea.fr"