From 80848fa281aa0f801ac5381dcaa69d29b7c47acc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 16 Oct 2025 03:30:40 +0000 Subject: [PATCH] Update python Docker tag to v3.14.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d865f20..54a37e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.14-slim +FROM python:3.14.0-slim # set the working directory WORKDIR /app -- 2.43.0