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