From 729b76543f0f4992bdcc705dc7b304b484e517f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 18:04:47 +0000 Subject: [PATCH] chore(deps): bump python in /docker in the minor-and-patch group Bumps the minor-and-patch group in /docker with 1 update: python. Updates `python` from 3.11-slim to 3.14-slim --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim dependency-type: direct:production dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index d34b8f3a..b56f1f9c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -32,7 +32,7 @@ RUN npm run build # --------------------------------------------------------------------------- # Stage 2: Production runtime # --------------------------------------------------------------------------- -FROM python:3.11-slim AS runtime +FROM python:3.14-slim AS runtime ARG CLIFF_VERSION ARG CLIFF_REVISION