From fe9909aae7603ee0963e4dc60ddb7ff9e1acf093 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 8 May 2025 21:19:57 +0200 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8640b13b..7fa77c70 100644 --- a/install.sh +++ b/install.sh @@ -183,7 +183,7 @@ set_version_to_install(){ response=$(curl -4 -s "https://hub.docker.com/v2/repositories/openpanel/openpanel-ui/tags") PANEL_VERSION=$(echo $response | jq -r '.results[0].name') if [[ ! "$PANEL_VERSION" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then - PANEL_VERSION="1.2.7" # fallback if hub.docker.com unreachable! + PANEL_VERSION="1.2.8" # fallback if hub.docker.com unreachable to first tag that supports arm fi fi }