Skip to content

Commit 7532322

Browse files
authored
chore(deps): update php docker tag to v8 (GoogleCloudPlatform#1351)
1 parent 4b97efc commit 7532322

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eventarc/generic/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Use the official PHP image.
1818
# https://hub.docker.com/_/php
19-
FROM php:7.4-apache
19+
FROM php:8.0-apache
2020

2121
# Configure PHP for Cloud Run.
2222
# Precompile PHP code with opcache.

run/helloworld/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# Use the official PHP image.
1919
# https://hub.docker.com/_/php
20-
FROM php:7.4-apache
20+
FROM php:8.0-apache
2121

2222
# Configure PHP for Cloud Run.
2323
# Precompile PHP code with opcache.

0 commit comments

Comments
 (0)