From da37805ed43f5af3509b6a36f1526b6a87386049 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Thu, 27 Aug 2020 13:49:09 +0200 Subject: [PATCH] Nextcloud 19.0.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d41bef9..439e7fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM wonderfall/nginx-php:7.4 -ARG NEXTCLOUD_VERSION=19.0.1 +ARG NEXTCLOUD_VERSION=19.0.2 ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A" ENV UID=991 GID=991 \