Skip to content

Commit 36328cc

Browse files
authored
v4.0.0-beta.418 (#5793)
1 parent 4439520 commit 36328cc

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

app/Console/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ protected function schedule(Schedule $schedule): void
5151
}
5252

5353
// $this->scheduleInstance->job(new CleanupStaleMultiplexedConnections)->hourly();
54-
$this->scheduleInstance->command('cleanup:redis')->everyTenMinutes();
54+
$this->scheduleInstance->command('cleanup:redis')->hourly();
5555

5656
if (isDev()) {
5757
// Instance Jobs

config/constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
return [
44
'coolify' => [
5-
'version' => '4.0.0-beta.417',
5+
'version' => '4.0.0-beta.418',
66
'helper_version' => '1.0.8',
77
'realtime_version' => '1.0.8',
88
'self_hosted' => env('SELF_HOSTED', true),

other/nightly/versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"coolify": {
33
"v4": {
4-
"version": "4.0.0-beta.417"
4+
"version": "4.0.0-beta.418"
55
},
66
"nightly": {
7-
"version": "4.0.0-beta.418"
7+
"version": "4.0.0-beta.419"
88
},
99
"helper": {
1010
"version": "1.0.8"

resources/views/livewire/project/new/select.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class="grid justify-start grid-cols-1 gap-4 text-left xl:grid-cols-2">
103103
:src='service.logo'
104104
x-on:error.window="$event.target.src = service.logo_github_url"
105105
onerror="this.onerror=null; this.src=this.getAttribute('data-fallback');"
106-
x-on:error="$event.target.src = 'coolify-logo.svg'"
106+
x-on:error="$event.target.src = '/coolify-logo.svg'"
107107
:data-fallback='service.logo_github_url' />
108108
</template>
109109
</x-slot:logo>

versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"coolify": {
33
"v4": {
4-
"version": "4.0.0-beta.417"
4+
"version": "4.0.0-beta.418"
55
},
66
"nightly": {
7-
"version": "4.0.0-beta.418"
7+
"version": "4.0.0-beta.419"
88
},
99
"helper": {
1010
"version": "1.0.8"

0 commit comments

Comments
 (0)