From 39baf0ac4e49c3025c397a872112202d66e2f54c Mon Sep 17 00:00:00 2001
From: David Prandzioch <github@davd.eu>
Date: Thu, 28 Feb 2019 21:57:12 +0100
Subject: [PATCH] Update Nextcloud to 15.0.5

---
 Dockerfile.15.0 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile.15.0 b/Dockerfile.15.0
index c500a24..eaf90da 100644
--- a/Dockerfile.15.0
+++ b/Dockerfile.15.0
@@ -1,6 +1,6 @@
 FROM wonderfall/nginx-php:7.2
 
-ARG NEXTCLOUD_VERSION=15.0.4
+ARG NEXTCLOUD_VERSION=15.0.5
 ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372  792E D758 99B9 A724 937A"
 
 ENV UID=991 GID=991 \