Skip to content

Commit 7188be2

Browse files
authored
Merge pull request #699 from nextcloud/feat/support-docker29
feat(docker-29): set minimum docker engine API version to v1.44
2 parents f9120f0 + 723f733 commit 7188be2

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
@@ -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)