From 7039f3bfc67c9fbd617e69256fdaf586c276cfa3 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Thu, 15 Oct 2020 06:06:58 +0200 Subject: [PATCH] downgrade to PHP 7.3 see https://github.com/nextcloud/server/pull/23158 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bdaf4ea..703fa53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM wonderfall/nginx-php:7.4 +FROM wonderfall/nginx-php:7.3 ARG NEXTCLOUD_VERSION=19.0.4 ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A"