From f8cf2ddc66f49deca042d4d082ffedc5fcc34779 Mon Sep 17 00:00:00 2001
From: Pierre Ozoux <pierre@ozoux.net>
Date: Mon, 11 Apr 2022 18:18:09 +0200
Subject: [PATCH] Updates Nc.

---
 libre | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/libre b/libre
index bcbce08..ed110f3 100755
--- a/libre
+++ b/libre
@@ -39,17 +39,17 @@ source ./.env
 #cat ./version.php | grep 'array(' | cut -d\( -f2 | cut -d\) -f1 | sed 's/,/\./g'
 if [ "${APP}" = "nextcloud" ]; then
   if [ "${VERSION}" = "alpha" ]; then
-    export NC_VERSION=22.1.1.2
-    export NC_IMAGE_TAG=22.1.1-2021-09-08
-    export NC_WEB_IMAGE_TAG=22.1.1-web-2021-09-08
+    export NC_VERSION=22.2.5.1
+    export NC_IMAGE_TAG=22.2.5-2022-03-08
+    export NC_WEB_IMAGE_TAG=22.2.5-2022-03-08
   elif [ "${VERSION}" = "beta" ]; then
     export NC_VERSION=21.0.7.0
     export NC_IMAGE_TAG=21.0.7-2022-02-02
     export NC_WEB_IMAGE_TAG=21.0.7-web-2022-02-02
   else
-    export NC_VERSION=21.0.8.3
-    export NC_IMAGE_TAG=21.0.8-2022-02-19
-    export NC_WEB_IMAGE_TAG=21.0.8-web-2022-02-19
+    export NC_VERSION=21.0.9.1
+    export NC_IMAGE_TAG=21.0.9-2022-03-23
+    export NC_WEB_IMAGE_TAG=21.0.9-2022-03-23
   fi
 fi
 
-- 
GitLab