Skip to content

Commit b6ba1d0

Browse files
oleksandr-ncbackportbot[bot]
authored andcommitted
feat(docker-29): set minimum docker engine API version to v1.44
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
1 parent d17924c commit b6ba1d0

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
@@ -31,7 +31,7 @@
3131
use Psr\Log\LoggerInterface;
3232

3333
class DockerActions implements IDeployActions {
34-
public const DOCKER_API_VERSION = 'v1.41';
34+
public const DOCKER_API_VERSION = 'v1.44';
3535
public const EX_APP_CONTAINER_PREFIX = 'nc_app_';
3636
public const APP_API_HAPROXY_USER = 'app_api_haproxy_user';
3737

0 commit comments

Comments
 (0)