From 4635492ad18f82055879d4d25c1a0dfc9a19944e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 05:00:53 +0000 Subject: [PATCH] Build(deps): Bump python from 3.12-slim to 3.14-slim Bumps python from 3.12-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 8cb00f3..91b944f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ # so no Node/webpack build is needed: this is a pure-Python image serving the # pre-built Dash app with gunicorn. node_modules/ is excluded via .dockerignore. # --------------------------------------------------------------------------- -FROM python:3.12-slim +FROM python:3.14-slim # PYTHONUNBUFFERED -> stream logs straight to stdout (Render shows them live) # PYTHONDONTWRITEBYTECODE -> no .pyc clutter in the image