chore: Update DOCKER_VERSION to 26.0 in install.sh script

This commit is contained in:
Andras Bacsai 2024-05-15 14:32:01 +02:00
parent ed5188069b
commit 0759fb6436

View File

@ -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 '"')