From a38ee0a31c96c418de911c121d7674b03d7089e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 00:40:49 +0000 Subject: [PATCH] Update python Docker tag to v3.14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0c88b24..83b7064 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use Python 3.11 as the base image -FROM python:3.13-slim +FROM python:3.14-slim # Install Tkinter dependencies RUN apt-get update && apt-get install -y --no-install-recommends \