From 1c6fa19fda5e984b71d300a7b5491a6267b3c5a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 13:50:14 +0000 Subject: [PATCH] Bump library/python in /python3 Bumps library/python from 3.11-slim-bookworm to 3.14-slim-bookworm. --- updated-dependencies: - dependency-name: library/python dependency-version: 3.14-slim-bookworm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python3/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3/Dockerfile b/python3/Dockerfile index 9725831..9f46f94 100644 --- a/python3/Dockerfile +++ b/python3/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/python:3.11-slim-bookworm +FROM docker.io/library/python:3.14-slim-bookworm ENV PYTHON_VERSION_MAJOR=3 ENV PYTHON_VERSION_MINOR=3.11