From 56e31e440822ee8bae7f8a8fd1564a4c4c6fa346 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 21:56:33 +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 68d7dc7..acbd21f 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