From 3a66289347b67e552a2434e1864d7365e754bac3 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 22 Jun 2022 08:45:47 +0200 Subject: [PATCH] bump nextcloud version to 24.0.2 --- webservice/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webservice/Dockerfile b/webservice/Dockerfile index 0fb6754..8cffd65 100644 --- a/webservice/Dockerfile +++ b/webservice/Dockerfile @@ -1,6 +1,6 @@ FROM php:8.0-apache -ENV NEXTCLOUD_VERSION 24.0.1 +ENV NEXTCLOUD_VERSION 24.0.2 RUN \ apt-get update && \