From 5aab12a353e6c2acc53737f1b39da557b44abd80 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 3 Sep 2021 18:19:57 +0200 Subject: [PATCH] update nextcloud to 21.0.4 --- webservice/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webservice/Dockerfile b/webservice/Dockerfile index e00b0bc..c6288ad 100644 --- a/webservice/Dockerfile +++ b/webservice/Dockerfile @@ -1,6 +1,6 @@ FROM php:8.0-apache -ENV NEXTCLOUD_VERSION 21.0.3 +ENV NEXTCLOUD_VERSION 21.0.4 RUN \ apt-get update && \