Skip to content

Commit

Permalink
set the minimum docker version to 24 to support old installations
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Dec 27, 2024
1 parent a9ec0b1 commit cec7ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
],

'docker' => [
'minimum_required_version' => '26.0',
'minimum_required_version' => '24.0',
],

'ssh' => [
Expand Down

0 comments on commit cec7ea8

Please sign in to comment.