From 5082278ed832b3a500595dc46e25e32ed6d43997 Mon Sep 17 00:00:00 2001 From: David Prandzioch Date: Wed, 17 Apr 2019 19:53:06 +0200 Subject: [PATCH] Update Nextcloud to 15.0.7 Already running this in production, seems to work without any problems. --- Dockerfile.15.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.15.0 b/Dockerfile.15.0 index eaf90da..3f43c6c 100644 --- a/Dockerfile.15.0 +++ b/Dockerfile.15.0 @@ -1,6 +1,6 @@ FROM wonderfall/nginx-php:7.2 -ARG NEXTCLOUD_VERSION=15.0.5 +ARG NEXTCLOUD_VERSION=15.0.7 ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A" ENV UID=991 GID=991 \