update cdn

This commit is contained in:
Andras Bacsai
2023-06-06 09:22:48 +02:00
parent b46410d705
commit 5f5dde6565
6 changed files with 25 additions and 20 deletions

View File

@@ -42,7 +42,7 @@ function get_parameters()
function get_latest_version_of_coolify()
{
$response = Http::get('https://coolify-cdn.b-cdn.net/versions.json');
$response = Http::get('https://cdn.coollabs.io/coolify/versions.json');
$versions = $response->json();
return data_get($versions, 'coolify.v4.version');
}