From 918b0c539c80a1ddc8e45adcd04a28ebc30f2a24 Mon Sep 17 00:00:00 2001
From: pierreozoux <pierre@ozoux.net>
Date: Wed, 8 Sep 2021 10:52:25 +0200
Subject: [PATCH] Updates latest Nc image for alpha.

---
 libre | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libre b/libre
index 7f92fad..3dc00a4 100755
--- a/libre
+++ b/libre
@@ -37,8 +37,8 @@ source ./.env
 if [ "${APP}" = "nextcloud" ]; then
   if [ "${VERSION}" = "alpha" ]; then
     export NC_VERSION=22.1.1.1
-    export NC_IMAGE_TAG=22.1.1-2021-09-07
-    export NC_WEB_IMAGE_TAG=22.1.1-web-2021-09-07
+    export NC_IMAGE_TAG=22.1.1-2021-09-08
+    export NC_WEB_IMAGE_TAG=22.1.1-web-2021-09-08
   elif [ "${VERSION}" = "beta" ]; then
     export NC_VERSION=21.0.4.1
     export NC_IMAGE_TAG=21.0.4-2021-09-07
-- 
GitLab