diff --git a/eventarc/audit-storage/Dockerfile b/eventarc/audit-storage/Dockerfile index 4ec8b85bb3b..30213fd1133 100644 --- a/eventarc/audit-storage/Dockerfile +++ b/eventarc/audit-storage/Dockerfile @@ -16,7 +16,7 @@ # Use the official Python image. # https://hub.docker.com/_/python -FROM python:3.9-slim +FROM python:3.14.0rc1-slim # Allow statements and log messages to immediately appear in the Cloud Run logs ENV PYTHONUNBUFFERED True