From bb203d0228fd725d0a822b27ae78547ad8270101 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Wed, 27 Nov 2024 18:33:12 +0100 Subject: [PATCH] set docker version to install --- config/constants.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/constants.php b/config/constants.php index c947635be..6f40d8bbb 100644 --- a/config/constants.php +++ b/config/constants.php @@ -40,6 +40,7 @@ return [ 'docker' => [ 'minimum_required_version' => '26.0', + 'version' => '27.0', ], 'ssh' => [