From b237035051b6931b6e1681b4b19249b724592189 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Wed, 13 Aug 2025 18:51:15 +0200 Subject: [PATCH] fix(constants): update official service template URL to point to the v4.x branch for accuracy --- config/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/constants.php b/config/constants.php index ed0fdf174..ecb2a85c5 100644 --- a/config/constants.php +++ b/config/constants.php @@ -22,7 +22,7 @@ return [ 'services' => [ // Temporary disabled until cache is implemented // 'official' => 'https://cdn.coollabs.io/coolify/service-templates.json', - 'official' => 'https://raw.githubusercontent.com/coollabsio/coolify/main/templates/service-templates-latest.json', + 'official' => 'https://raw.githubusercontent.com/coollabsio/coolify/v4.x/templates/service-templates-latest.json', 'file_name' => 'service-templates-latest.json', ],