From d29a02152659a498c0059442b953a17bf1a722e8 Mon Sep 17 00:00:00 2001 From: Massaki Archambault Date: Thu, 16 Dec 2021 10:17:25 -0500 Subject: [PATCH] bump nextcloud version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1f34c8b..e6709e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:22.1.0-apache +FROM nextcloud:22.2.3-apache COPY supervisord/supervisord.conf /opt/supervisord.conf