From 3f435d2bd68f236f254298334cc76c7fff7c170a Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 29 Feb 2024 19:32:42 +0100 Subject: [PATCH] chore: update nextcloud to 27.1.7 --- webservice/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webservice/Dockerfile b/webservice/Dockerfile index 19db142..c9b7907 100644 --- a/webservice/Dockerfile +++ b/webservice/Dockerfile @@ -1,6 +1,6 @@ FROM php:8.2-apache -ENV NEXTCLOUD_VERSION 27.1.6 +ENV NEXTCLOUD_VERSION 27.1.7 RUN \ apt-get update && \