From 37910d7f6d13e271f1c3c5a96a6d5b4cfe43bac3 Mon Sep 17 00:00:00 2001 From: Hugo Renard <hugo.renard@protonmail.com> Date: Wed, 20 Apr 2022 14:44:43 +0200 Subject: [PATCH] fix nc image --- libre | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libre b/libre index 53e0db0..82f6d0c 100755 --- a/libre +++ b/libre @@ -40,11 +40,11 @@ if [ "${APP}" = "nextcloud" ]; then if [ "${VERSION}" = "alpha" ]; then export NC_VERSION=23.0.3.2 export NC_IMAGE_TAG=23.0.3-2022-04-20 - export NC_WEB_IMAGE_TAG=23.0.3-2022-04-20 + export NC_WEB_IMAGE_TAG=23.0.3-web-2022-04-20 elif [ "${VERSION}" = "beta" ]; then export NC_VERSION=22.2.6.2 export NC_IMAGE_TAG=22.2.6-2022-04-20 - export NC_WEB_IMAGE_TAG=22.2.6-2022-04-20 + export NC_WEB_IMAGE_TAG=22.2.6-web-2022-04-20 else export NC_VERSION=21.0.9.1 export NC_IMAGE_TAG=21.0.9-2022-04-20 -- GitLab