mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-20 12:23:48 +00:00
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:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user