From ed47c8a632451a3832a6b489198f615d607df8d5 Mon Sep 17 00:00:00 2001 From: hoellen Date: Sun, 3 Jan 2021 13:26:57 +0100 Subject: [PATCH] Use PHP 7.4 again for Nextcloud 20 see hoellen/dockerfiles#44 --- nextcloud/Dockerfile.20.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/Dockerfile.20.0 b/nextcloud/Dockerfile.20.0 index 7ce841f..2a64998 100644 --- a/nextcloud/Dockerfile.20.0 +++ b/nextcloud/Dockerfile.20.0 @@ -1,4 +1,4 @@ -FROM hoellen/nginx-php:7.3 +FROM hoellen/nginx-php:7.4 ARG NEXTCLOUD_VERSION=20.0.4 ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A"