refactor(env): add centralized registry URL to environment configuration

This commit is contained in:
Andras Bacsai
2025-03-25 09:03:59 +01:00
parent 3f9fd1404b
commit 1fcfac07b1
6 changed files with 44 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
## Do not modify this file. You will lose the ability to autoupdate!
VERSION="13"
VERSION="14"
CDN="https://cdn.coollabs.io/coolify-nightly"
LATEST_IMAGE=${1:-latest}
LATEST_HELPER_VERSION=${2:-latest}