refactor(nightly): update version numbers and enhance upgrade script

This commit is contained in:
Andras Bacsai
2025-03-27 10:47:08 +01:00
parent ebd9485acb
commit c26209f187
4 changed files with 10 additions and 8 deletions

View File

@@ -1,10 +1,11 @@
#!/bin/bash
## Do not modify this file. You will lose the ability to autoupdate!
VERSION="14"
VERSION="15"
CDN="https://cdn.coollabs.io/coolify"
LATEST_IMAGE=${1:-latest}
LATEST_HELPER_VERSION=${2:-latest}
REGISTRY_URL=${3:-ghcr.io}
DATE=$(date +%Y-%m-%d-%H-%M-%S)
LOGFILE="/data/coolify/source/upgrade-${DATE}.log"