From 147059abb099131ba28627c583bdf38701d1409d Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Thu, 15 Mar 2018 13:18:34 +0100 Subject: [PATCH] nextcloud 11.0.8 --- Dockerfile.11.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.11.0 b/Dockerfile.11.0 index a3db575..7b7013f 100644 --- a/Dockerfile.11.0 +++ b/Dockerfile.11.0 @@ -1,6 +1,6 @@ FROM wonderfall/nginx-php:7.1 -ARG NEXTCLOUD_VERSION=11.0.7 +ARG NEXTCLOUD_VERSION=11.0.8 ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A" ENV UID=991 GID=991 \