Skip to content

Commit 5b850ba

Browse files
authored
v4.0.0-beta.444 (#7226)
2 parents 6b25bc7 + 9aa4699 commit 5b850ba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bootstrap/helpers/proxy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ function generateDefaultProxyConfiguration(Server $server, array $custom_command
212212
'services' => [
213213
'traefik' => [
214214
'container_name' => 'coolify-proxy',
215-
'image' => 'traefik:v3.5',
215+
'image' => 'traefik:v3.6',
216216
'restart' => RESTART_MODE,
217217
'extra_hosts' => [
218218
'host.docker.internal:host-gateway',

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.443',
5+
'version' => '4.0.0-beta.444',
66
'helper_version' => '1.0.12',
77
'realtime_version' => '1.0.10',
88
'self_hosted' => env('SELF_HOSTED', true),

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.443"
4+
"version": "4.0.0-beta.444"
55
},
66
"nightly": {
7-
"version": "4.0.0-beta.444"
7+
"version": "4.0.0-beta.445"
88
},
99
"helper": {
1010
"version": "1.0.11"

0 commit comments

Comments
 (0)