From 7d67efecdc8980b8ff582d5ee5d72a8e0abfdeb7 Mon Sep 17 00:00:00 2001 From: hoellen Date: Tue, 15 Jun 2021 08:19:37 +0200 Subject: [PATCH] Update Nextcloud 19.0 to 19.0.12 --- 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 daf333d..cbe4ec1 100644 --- a/nextcloud/Dockerfile.19.0 +++ b/nextcloud/Dockerfile.19.0 @@ -1,6 +1,6 @@ FROM hoellen/nginx-php:7.3 -ARG NEXTCLOUD_VERSION=19.0.11 +ARG NEXTCLOUD_VERSION=19.0.12 ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A" ENV UID=991 GID=991 \