Skip to content

Commit

Permalink
chore: Update DOCKER_VERSION to 26.0 in install.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed May 15, 2024
1 parent ed51880 commit 0759fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 '"')
Expand Down

0 comments on commit 0759fb6

Please sign in to comment.