From ee4f89c91118963bb09217922443964c5311a31a Mon Sep 17 00:00:00 2001
From: Chris <bsod@zom.bi>
Date: Mon, 26 Oct 2020 22:13:17 +0100
Subject: [PATCH] update nextcloud to 20.0.1

---
 webservice/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webservice/Dockerfile b/webservice/Dockerfile
index 4d792fc..ef23d65 100644
--- a/webservice/Dockerfile
+++ b/webservice/Dockerfile
@@ -1,6 +1,6 @@
 FROM php:7.3-apache
 
-ENV NEXTCLOUD_VERSION 20.0.0
+ENV NEXTCLOUD_VERSION 20.0.1
 
 RUN \
     apt-get update && \