diff --git a/eventarc/generic/Dockerfile b/eventarc/generic/Dockerfile index 097535fc8..2b865ecd9 100644 --- a/eventarc/generic/Dockerfile +++ b/eventarc/generic/Dockerfile @@ -16,7 +16,7 @@ # Use the official PHP image. # https://hub.docker.com/_/php -FROM php:8.1-apache +FROM php:8.4-apache # Configure PHP for Cloud Run. # Precompile PHP code with opcache.