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