chore: Update DOCKER_VERSION to 26.0 in install.sh script
This commit is contained in:
parent
ed5188069b
commit
0759fb6436
@ -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 '"')
|
||||
|
Loading…
Reference in New Issue
Block a user