Skip to content

Commit 965fa1d

Browse files
authored
Merge pull request #701 from nextcloud/backport/699/stable31
[stable31] feat(docker-29): set minimum docker engine API version to v1.44
2 parents 563b292 + b6ba1d0 commit 965fa1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)