diff --git a/run/hello-broken/Dockerfile b/run/hello-broken/Dockerfile index 5ae602b37ed..85912f9d2ce 100644 --- a/run/hello-broken/Dockerfile +++ b/run/hello-broken/Dockerfile @@ -17,7 +17,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