From 0759fb6436eb0c38569f24df827feaa8c1c3a5c5 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 15 May 2024 14:32:01 +0200 Subject: [PATCH] chore: Update DOCKER_VERSION to 26.0 in install.sh script --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index f19f5cca39..2008deea96 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -7,7 +7,7 @@ set -e # Exit immediately if a command exits with a non-zero status set -o pipefail # Cause a pipeline to return the status of the last command that exited with a non-zero status VERSION="1.3.1" -DOCKER_VERSION="24.0" +DOCKER_VERSION="26.0" CDN="https://cdn.coollabs.io/coolify" OS_TYPE=$(grep -w "ID" /etc/os-release | cut -d "=" -f 2 | tr -d '"')