diff --git a/scripts/install.sh b/scripts/install.sh index 3d77d528f..7243700e0 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -6,7 +6,7 @@ set -e # Exit immediately if a command exits with a non-zero status #set -u # Treat unset variables as an error and exit set -o pipefail # Cause a pipeline to return the status of the last command that exited with a non-zero status -VERSION="1.3.3" +VERSION="1.3.4" DOCKER_VERSION="26.0" CDN="https://cdn.coollabs.io/coolify" diff --git a/scripts/upgrade.sh b/scripts/upgrade.sh index 44c9b839f..b0f671306 100644 --- a/scripts/upgrade.sh +++ b/scripts/upgrade.sh @@ -1,7 +1,7 @@ #!/bin/bash ## Do not modify this file. You will lose the ability to autoupdate! -VERSION="1.0.5" +VERSION="1.0.6" CDN="https://cdn.coollabs.io/coolify" curl -fsSL $CDN/docker-compose.yml -o /data/coolify/source/docker-compose.yml