Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eventarc/generic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official PHP image.
# https://hub.docker.com/_/php
FROM php:8.4-apache
FROM php:8.5-apache

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The Docker image tag php:8.5-apache is invalid as it does not exist on Docker Hub. PHP version 8.5 has not been released yet. Using this tag will cause the Docker build to fail. Please revert this change or use a valid tag for an existing PHP version.

FROM php:8.4-apache


# Configure PHP for Cloud Run.
# Precompile PHP code with opcache.
Expand Down