From 1880a2f504c67357acecec7f2fe98cb78d826221 Mon Sep 17 00:00:00 2001 From: Massaki Archambault Date: Thu, 21 Jul 2022 00:03:44 -0400 Subject: [PATCH] bump nextcloud 22.2.10 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 93d00fb..18cb690 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nextcloud:22.2.3-apache +FROM nextcloud:22.2.10-apache COPY supervisord/supervisord.conf /opt/supervisord.conf @@ -14,4 +14,4 @@ RUN apt-get update \ ENV NEXTCLOUD_UPDATE=1 -CMD ["/usr/bin/supervisord", "-c", "/opt/supervisord.conf"] \ No newline at end of file +CMD ["/usr/bin/supervisord", "-c", "/opt/supervisord.conf"]