From 4a65fe864188c0d849b0c61fe039fe83de32e018 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Thu, 15 Mar 2018 13:18:48 +0100 Subject: [PATCH] Nextcloud 12.0.6 --- Dockerfile.12.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.12.0 b/Dockerfile.12.0 index 2a521f8..2c70cc3 100644 --- a/Dockerfile.12.0 +++ b/Dockerfile.12.0 @@ -1,6 +1,6 @@ FROM wonderfall/nginx-php:7.1 -ARG NEXTCLOUD_VERSION=12.0.5 +ARG NEXTCLOUD_VERSION=12.0.6 ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A" ENV UID=991 GID=991 \