mirror of https://github.com/knative/docs.git
serving/sample/helloworld-php: fix container build error from upstream (#1035)
This commit is contained in:
parent
9b91636145
commit
51e9616c85
|
@ -1,6 +1,6 @@
|
||||||
# Use the official PHP 7.2 image.
|
# Use the official PHP 7.2 image.
|
||||||
# https://hub.docker.com/_/php
|
# https://hub.docker.com/_/php
|
||||||
FROM php:7.2.6-apache
|
FROM php:7.2-apache
|
||||||
|
|
||||||
# Copy local code to the container image.
|
# Copy local code to the container image.
|
||||||
COPY index.php /var/www/html/
|
COPY index.php /var/www/html/
|
||||||
|
|
Loading…
Reference in New Issue