From 89eb22e23097bd205f472e76f0b0d6cc49dc487f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 22:47:54 +0000 Subject: [PATCH] Bump python from 3.11-slim to 3.14-slim Bumps python from 3.11-slim to 3.14-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5f22b10..0ccc51c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # wrappers are COMMITTED to git (dash_mui_charts/*.min.js + *.py), so # `pip install .` works without npm. TRADE-OFF: changes under src/lib require # a local `npm run build` and committing the regenerated artifacts. -FROM python:3.11-slim +FROM python:3.14-slim # Block-buffered stdout never reaches platform logs through gunicorn — # boot diagnostics (traffic reporter state, bulletin state, dependency