From ac8817362bb0d94ab49262f85befa26f123b8870 Mon Sep 17 00:00:00 2001 From: Julien Cabillot Date: Sat, 29 Feb 2020 00:55:12 -0500 Subject: [PATCH] Rollback php 7.3 too many errors --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ee961be..6b6cd2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM "php:7.4-apache" +FROM "php:7.3-apache" LABEL maintainer="Julien Cabillot "