diff --git a/scripts/install.sh b/scripts/install.sh index 3bc299a14..f377c85bc 100644 --- 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.0" +VERSION="1.3.1" DOCKER_VERSION="24.0" CDN="https://cdn.coollabs.io/coolify"