fix(deployment): constrain desktop logs layout and bump version

Set the fallback Coolify version to 4.3.4 and keep the deployment logs panel at a fixed desktop height.
This commit is contained in:
Andras Bacsai
2026-08-15 22:07:44 +02:00
parent d99072b28e
commit 2113c0687d
4 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ it('publishes v4 branch builds under the commit sha with a traceable internal ve
->toContain('ARG COOLIFY_VERSION')
->toContain('ENV COOLIFY_VERSION=${COOLIFY_VERSION}')
->and($constants)
->toContain("'version' => env('COOLIFY_VERSION') ?: '4.3.2'");
->toContain("'version' => env('COOLIFY_VERSION') ?: '4.3.4'");
});
it('orders a maintenance development build before its stable release', function () {