From 6c8d9a876e492070ca1e53e95d2214376b56315a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 04:54:31 +0000 Subject: [PATCH] Update python Docker tag to v3.14 --- docker-images-examples/python-flask/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-images-examples/python-flask/Dockerfile b/docker-images-examples/python-flask/Dockerfile index e48063d..1d5613c 100644 --- a/docker-images-examples/python-flask/Dockerfile +++ b/docker-images-examples/python-flask/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.12-slim +FROM python:3.14-slim # Set the working directory in the container WORKDIR /app