fix(security): bump helper and realtime versions across manifests

Update helper to 1.0.13 and realtime to 1.0.12 in constants,
version manifests, and production/windows docker compose files,
including nightly variants.
This commit is contained in:
Andras Bacsai
2026-04-05 18:32:05 +02:00
parent acd07abcce
commit 4d8a5ba40f
7 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
return [
'coolify' => [
'version' => '4.0.0-beta.471',
'helper_version' => '1.0.12',
'realtime_version' => '1.0.11',
'helper_version' => '1.0.13',
'realtime_version' => '1.0.12',
'self_hosted' => env('SELF_HOSTED', true),
'autoupdate' => env('AUTOUPDATE'),
'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'),