From cec7ea8a833466cd05e682fa5f62892a63be6cec Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 27 Dec 2024 10:49:13 +0100 Subject: [PATCH] set the minimum docker version to 24 to support old installations --- config/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/constants.php b/config/constants.php index 99859ffb8..e220eacfd 100644 --- a/config/constants.php +++ b/config/constants.php @@ -47,7 +47,7 @@ return [ ], 'docker' => [ - 'minimum_required_version' => '26.0', + 'minimum_required_version' => '24.0', ], 'ssh' => [