From f6845b56bc5870a0dd30cc15d6e87510b63d393d Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 1 Dec 2025 23:03:11 +0000 Subject: [PATCH] chore(deps): update php docker tag to v8.5 --- run/helloworld/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/helloworld/Dockerfile b/run/helloworld/Dockerfile index 4df39fa414..091e093ec0 100644 --- a/run/helloworld/Dockerfile +++ b/run/helloworld/Dockerfile @@ -17,7 +17,7 @@ # Use the official PHP image. # https://hub.docker.com/_/php -FROM php:8.4-apache +FROM php:8.5-apache # Configure PHP for Cloud Run. # Precompile PHP code with opcache.