From d2fa8f1853a42295c5b8b3e1e5ef0297092845b8 Mon Sep 17 00:00:00 2001 From: gusttt <41129432+gusttt@users.noreply.github.com> Date: Thu, 11 Oct 2018 21:22:31 +0200 Subject: [PATCH] Update to Nextcloud 14.0.2 --- Dockerfile.14.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.14.0 b/Dockerfile.14.0 index d145092..f7ebe24 100644 --- a/Dockerfile.14.0 +++ b/Dockerfile.14.0 @@ -1,6 +1,6 @@ FROM wonderfall/nginx-php:7.2 -ARG NEXTCLOUD_VERSION=14.0.1 +ARG NEXTCLOUD_VERSION=14.0.2 ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A" ENV UID=991 GID=991 \