From 0d44066b04ba2f4aeedf913cdd6d9facf61b6aaa Mon Sep 17 00:00:00 2001 From: Hugo Renard <hugo.renard@protonmail.com> Date: Wed, 20 Apr 2022 14:33:09 +0200 Subject: [PATCH] update nc --- libre | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/libre b/libre index bce70e0..53e0db0 100755 --- a/libre +++ b/libre @@ -38,17 +38,17 @@ source ./.env if [ "${APP}" = "nextcloud" ]; then export REPLICAS="${REPLICAS:-2}" if [ "${VERSION}" = "alpha" ]; then - 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 + 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 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 + 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 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-web-2022-03-23 + export NC_IMAGE_TAG=21.0.9-2022-04-20 + export NC_WEB_IMAGE_TAG=21.0.9-web-2022-04-20 fi elif [ "${APP}" = "rocketchat" ]; then export REPLICAS="${REPLICAS:-1}" -- GitLab