diff --git a/run/image-processing/Dockerfile b/run/image-processing/Dockerfile index 081111e5349..886c82b0091 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.13.11 # Allow statements and log messages to immediately appear in the Cloud Run logs ENV PYTHONUNBUFFERED True