serving/sample/helloworld-php: fix container build error from upstream (#1035)

This commit is contained in:
Adam Ross 2019-03-21 09:48:57 -07:00 committed by Knative Prow Robot
parent 9b91636145
commit 51e9616c85
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Use the official PHP 7.2 image.
# https://hub.docker.com/_/php
FROM php:7.2.6-apache
FROM php:7.2-apache
# Copy local code to the container image.
COPY index.php /var/www/html/