From fbc6bf109d5e5f5e1f7a838f578488c7502385b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 01:01:24 +0000 Subject: [PATCH] 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 cb25683..d7c9fd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ # Node/webpack build is needed: this is a pure-Python image that serves 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