From 44a084de1ccd1ad051a5a3cfcba99db907576971 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 17:43:58 +0000 Subject: [PATCH] build(deps): bump python Bumps the docker group with 1 update in the /build/dashboard directory: python. Updates `python` from `ae52c5b` to `b27df58` --- updated-dependencies: - dependency-name: python dependency-version: 3.11-slim dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] --- build/dashboard/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/dashboard/Dockerfile b/build/dashboard/Dockerfile index b1a8949..2e3739f 100644 --- a/build/dashboard/Dockerfile +++ b/build/dashboard/Dockerfile @@ -4,7 +4,7 @@ # uv's own CVEs into image scans, #282). uv lives only in the build/test stages. # ========================================================================== # Pinned by digest (#135) so the python:3.11-slim tag can't be silently re-pointed. -FROM python:3.11-slim@sha256:ae52c5bef62a6bdd42cd1e8dffef86b9cd284bde9427da79839de7a4b983e7ca AS base +FROM python:3.11-slim@sha256:b27df5841f3355e9473f9a516d38a6783b6c8dfeacaf2d14a240f443b368ddb6 AS base # Run from a project venv on PATH (so entrypoint.sh's `python3` resolves to it); use the # digest-pinned base interpreter (never let uv download a different Python); compile bytecode and