diff --git a/run/image-processing/Dockerfile b/run/image-processing/Dockerfile index 081111e5349..dac0016245d 100644 --- a/run/image-processing/Dockerfile +++ b/run/image-processing/Dockerfile @@ -14,7 +14,7 @@ # Use the official Python image. # https://hub.docker.com/_/python -FROM python:3.9 +FROM python:3.14.2 # Allow statements and log messages to immediately appear in the Cloud Run logs ENV PYTHONUNBUFFERED True