Skip to content

Commit 723f733

Browse files
committed
feat(docker-29): set minimum docker engine API version to v1.44
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
1 parent f9120f0 commit 723f733

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/DeployActions/DockerActions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
use Psr\Log\LoggerInterface;
3434

3535
class DockerActions implements IDeployActions {
36-
public const DOCKER_API_VERSION = 'v1.41';
36+
public const DOCKER_API_VERSION = 'v1.44';
3737
public const EX_APP_CONTAINER_PREFIX = 'nc_app_';
3838
public const APP_API_HAPROXY_USER = 'app_api_haproxy_user';
3939
public const DEPLOY_ID = 'docker-install';

0 commit comments

Comments
 (0)