From 7df108d46a74ec08c782e32636404af6eb37df50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Wanzenb=C3=B6ck?= Date: Wed, 28 Feb 2024 13:55:07 +0100 Subject: [PATCH] docker: LINSTOR 1.26.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Moritz Wanzenböck --- dockerfiles/piraeus-server/VERSION.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/piraeus-server/VERSION.env b/dockerfiles/piraeus-server/VERSION.env index c6a9e14..f5fa10d 100644 --- a/dockerfiles/piraeus-server/VERSION.env +++ b/dockerfiles/piraeus-server/VERSION.env @@ -1,3 +1,3 @@ -LINSTOR_VERSION=1.26.1-1 +LINSTOR_VERSION=1.26.2-1 SHORT_VERSION="$(echo "${LINSTOR_VERSION}" | grep -oE '^[^-]+')" K8S_AWAIT_ELECTION_VERSION=v0.4.1