From 12e6dfbe911c665074bedf789ddd7c32d58fcce9 Mon Sep 17 00:00:00 2001 From: Roman Hoellen Date: Tue, 25 Sep 2018 09:26:30 +0200 Subject: [PATCH] update nextcloud to 14.0.1 --- nextcloud/Dockerfile.14.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/Dockerfile.14.0 b/nextcloud/Dockerfile.14.0 index acdf506..358af8d 100644 --- a/nextcloud/Dockerfile.14.0 +++ b/nextcloud/Dockerfile.14.0 @@ -1,6 +1,6 @@ FROM hoellen/nginx-php:7.2 -ARG NEXTCLOUD_VERSION=14.0.0 +ARG NEXTCLOUD_VERSION=14.0.1 ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A" ENV UID=991 GID=991 \