This commit is contained in:
peaklabs-dev
2025-01-21 14:02:44 +01:00
3 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ class PullTemplatesFromCDN implements ShouldBeEncrypted, ShouldQueue
public function handle(): void
{
try {
if (isDev() || isCloud()) {
if (isDev()) {
return;
}
$response = Http::retry(3, 1000)->get(config('constants.services.official'));

View File

@@ -2,7 +2,7 @@
return [
'coolify' => [
'version' => '4.0.0-beta.384',
'version' => '4.0.0-beta.385',
'self_hosted' => env('SELF_HOSTED', true),
'autoupdate' => env('AUTOUPDATE'),
'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'),

View File

@@ -1,10 +1,10 @@
{
"coolify": {
"v4": {
"version": "4.0.0-beta.384"
"version": "4.0.0-beta.385"
},
"nightly": {
"version": "4.0.0-beta.385"
"version": "4.0.0-beta.386"
},
"helper": {
"version": "1.0.4"