From 2b6d661cd7aa62ac38996aef3d54daf10dade852 Mon Sep 17 00:00:00 2001 From: Hugo Renard <hugo.renard@protonmail.com> Date: Fri, 15 Apr 2022 15:41:09 +0200 Subject: [PATCH] fix nc version --- libre | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libre b/libre index 4a059e7..bce70e0 100755 --- a/libre +++ b/libre @@ -48,7 +48,7 @@ if [ "${APP}" = "nextcloud" ]; then else 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 + export NC_WEB_IMAGE_TAG=21.0.9-web-2022-03-23 fi elif [ "${APP}" = "rocketchat" ]; then export REPLICAS="${REPLICAS:-1}" -- GitLab