From ac5887ef7672e2913a96db4dd710c1d83f925552 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 05:29:06 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.14.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b8a39f4..29ed3a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ COPY src/index.html src/input.css ./ RUN mkdir -p static && npx @tailwindcss/cli -i ./input.css --content ./index.html -o ./static/style.css --minify # Runtime stage - minimal Python environment -FROM python:3.13.7-slim AS runtime +FROM python:3.14.6-slim AS runtime # Build arguments for metadata ARG VERSION=dev