We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9120f0 + 723f733 commit 7188be2Copy full SHA for 7188be2
lib/DeployActions/DockerActions.php
@@ -33,7 +33,7 @@
33
use Psr\Log\LoggerInterface;
34
35
class DockerActions implements IDeployActions {
36
- public const DOCKER_API_VERSION = 'v1.41';
+ public const DOCKER_API_VERSION = 'v1.44';
37
public const EX_APP_CONTAINER_PREFIX = 'nc_app_';
38
public const APP_API_HAPROXY_USER = 'app_api_haproxy_user';
39
public const DEPLOY_ID = 'docker-install';
0 commit comments