From abd29d34bcb8829969530e84dd670d59d4841665 Mon Sep 17 00:00:00 2001
From: Chris <bsod@zom.bi>
Date: Sat, 28 Oct 2023 22:09:25 +0200
Subject: [PATCH] chore: update to 27.1.3

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

diff --git a/webservice/Dockerfile b/webservice/Dockerfile
index 01efb0d..b89cc26 100644
--- a/webservice/Dockerfile
+++ b/webservice/Dockerfile
@@ -1,6 +1,6 @@
 FROM php:8.2-apache
 
-ENV NEXTCLOUD_VERSION 27.1.2
+ENV NEXTCLOUD_VERSION 27.1.3
 
 RUN \
     apt-get update && \