From c621928d0f495c76c96dd7ba18083e4efc74b36a Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Tue, 9 Oct 2018 02:18:00 +0200 Subject: [PATCH] update --- Dockerfile.14.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.14.0 b/Dockerfile.14.0 index 8804beb..d145092 100644 --- a/Dockerfile.14.0 +++ b/Dockerfile.14.0 @@ -1,6 +1,6 @@ FROM wonderfall/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 \