From eda8a6eee2f48325b765f8c21a0ff0d833ee4407 Mon Sep 17 00:00:00 2001
From: hoellen <dev@hoellen.eu>
Date: Sat, 20 Jun 2020 09:58:43 +0200
Subject: [PATCH] Use PHP 7.4 for Nextcloud 19.0

---
 nextcloud/Dockerfile.19.0 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nextcloud/Dockerfile.19.0 b/nextcloud/Dockerfile.19.0
index 0ade7d6..dbdf013 100644
--- a/nextcloud/Dockerfile.19.0
+++ b/nextcloud/Dockerfile.19.0
@@ -1,4 +1,4 @@
-FROM hoellen/nginx-php:7.3
+FROM hoellen/nginx-php:7.4
 
 ARG NEXTCLOUD_VERSION=19.0.0
 ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372  792E D758 99B9 A724 937A"