From 0df1cbaa8eaf9720c1c5157d9d867a8bdc5727ef Mon Sep 17 00:00:00 2001 From: Sebastian Buck <38660441+frunika@users.noreply.github.com> Date: Thu, 6 Aug 2020 18:47:02 +0200 Subject: [PATCH] Updated to php7.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 12bd41d..7e59890 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.3-apache +FROM php:7.4-apache LABEL maintainer="Andy Miller (@rhukster)" # Enable Apache Rewrite + Expires Module