Update docker file for php 7.2

This commit is contained in:
James Cole
2018-09-27 16:35:24 +02:00
parent 53eb93fc4d
commit de34538d96

View File

@@ -1,4 +1,4 @@
FROM php:7.1-apache
FROM php:7.2-apache
# If building on a RPi, use --build-arg cores=3 to use all cores when compiling
# to speed up the image build