versions on cdn

This commit is contained in:
Andras Bacsai
2023-05-11 15:28:34 +02:00
parent 70d032ff23
commit ea7d147d79
4 changed files with 15 additions and 58 deletions

View File

@@ -177,7 +177,7 @@ if (!function_exists('instantRemoteProcess')) {
if (!function_exists('getLatestVersionOfCoolify')) {
function getLatestVersionOfCoolify()
{
$response = Http::get('https://get.coollabs.io/versions.json');
$response = Http::get('https://coolify-cdn.b-cdn.net/versions.json');
$versions = $response->json();
return data_get($versions, 'coolify.v4.version');
}