diff --git a/archived/serverless-static-ip/cloud-run/Dockerfile b/archived/serverless-static-ip/cloud-run/Dockerfile index 044b54f40a..519b6d19c7 100644 --- a/archived/serverless-static-ip/cloud-run/Dockerfile +++ b/archived/serverless-static-ip/cloud-run/Dockerfile @@ -1,6 +1,6 @@ # Use the official lightweight Python image. # https://hub.docker.com/_/python -FROM python:3.9-slim +FROM python:3.13.2-slim # Allow statements and log messages to immediately appear in the Knative logs ENV PYTHONUNBUFFERED True