From de34538d965c910912a6121b7338a447f1bf6039 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 27 Sep 2018 16:35:24 +0200 Subject: [PATCH] Update docker file for php 7.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e8f627c160..4b62a179e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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