From 301a2d3a5f011ccbd193677f7d35f79540ed9347 Mon Sep 17 00:00:00 2001 From: Manuel EVENO Date: Sat, 20 Apr 2019 17:37:13 +0200 Subject: [PATCH] =?UTF-8?q?Mont=C3=A9e=20de=20version=20PHP=20(#196)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4863ead..2c3e58c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:5.6-apache +FROM php:7.3.1-apache EXPOSE 80 WORKDIR /var/www/html/ COPY . /var/www/html