Skip to content

Commit dc04fe4

Browse files
authored
Merge pull request #7049 from coollabsio/next
v4.0.0-beta.439
2 parents f64bea3 + 3eb8e4f commit dc04fe4

33 files changed

+3047
-44
lines changed

.coderabbit.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
reviews:
2+
review_status: false

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ scripts/load-test/*
3737
docker/coolify-realtime/node_modules
3838
.DS_Store
3939
CHANGELOG.md
40+
/.workspaces

app/Actions/Server/CleanupDocker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function handle(Server $server, bool $deleteUnusedVolumes = false, bool $
2020
$realtimeImageWithoutPrefix = 'coollabsio/coolify-realtime';
2121
$realtimeImageWithoutPrefixVersion = "coollabsio/coolify-realtime:$realtimeImageVersion";
2222

23-
$helperImageVersion = data_get($settings, 'helper_version');
23+
$helperImageVersion = getHelperVersion();
2424
$helperImage = config('constants.coolify.helper_image');
2525
$helperImageWithVersion = "$helperImage:$helperImageVersion";
2626
$helperImageWithoutPrefix = 'coollabsio/coolify-helper';

0 commit comments

Comments
 (0)