From 159ad73e4f374d4a6693172b486029bdc8c70b79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 20:04:50 +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 e3a3b286..95035f2c 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