diff --git a/scripts/install.sh b/scripts/install.sh index f19f5cca3..2008deea9 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 '"')