From 4571c0c650d636cc05be495ce1c5c14d6f13d438 Mon Sep 17 00:00:00 2001
From: xfuture <xfuture@localhost.local>
Date: Tue, 3 Sep 2024 22:00:47 +0200
Subject: [PATCH 1/2] chore: updates Nextcloud version to 29.0.5

Update path was: 27 -> 28.0 -> 28.0.9 -> 29.0.5
---
 webservice/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webservice/Dockerfile b/webservice/Dockerfile
index 6dbedc8..495c837 100644
--- a/webservice/Dockerfile
+++ b/webservice/Dockerfile
@@ -1,6 +1,6 @@
 FROM php:8.2-apache
 
-ENV NEXTCLOUD_VERSION 27.1.10
+ENV NEXTCLOUD_VERSION 29.0.5
 
 RUN \
     apt-get update && \

From 9fa7cc59307dc28b556af5d8bd108d7c40a728a7 Mon Sep 17 00:00:00 2001
From: Christoph Sieber <bsod@zom.bi>
Date: Thu, 19 Sep 2024 22:24:56 +0200
Subject: [PATCH 2/2] chore(nextcloud): minor update to 29.0.7 patch release

---
 webservice/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webservice/Dockerfile b/webservice/Dockerfile
index 495c837..ca33b1c 100644
--- a/webservice/Dockerfile
+++ b/webservice/Dockerfile
@@ -1,6 +1,6 @@
 FROM php:8.2-apache
 
-ENV NEXTCLOUD_VERSION 29.0.5
+ENV NEXTCLOUD_VERSION 29.0.7
 
 RUN \
     apt-get update && \