From 78761bd840daa99eceb09657de44972e4f0fbd0c Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Mon, 19 Oct 2020 23:35:33 +0200 Subject: [PATCH] back to PHP 7.4 --- Dockerfile.19 | 2 +- Dockerfile.20 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.19 b/Dockerfile.19 index 703fa53..bdaf4ea 100644 --- a/Dockerfile.19 +++ b/Dockerfile.19 @@ -1,4 +1,4 @@ -FROM wonderfall/nginx-php:7.3 +FROM wonderfall/nginx-php:7.4 ARG NEXTCLOUD_VERSION=19.0.4 ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A" diff --git a/Dockerfile.20 b/Dockerfile.20 index cb30399..2d3345f 100644 --- a/Dockerfile.20 +++ b/Dockerfile.20 @@ -1,4 +1,4 @@ -FROM wonderfall/nginx-php:7.3 +FROM wonderfall/nginx-php:7.4 ARG NEXTCLOUD_VERSION=20.0.0 ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A"