We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 563b292 + b6ba1d0 commit 965fa1dCopy full SHA for 965fa1d
lib/DeployActions/DockerActions.php
@@ -31,7 +31,7 @@
31
use Psr\Log\LoggerInterface;
32
33
class DockerActions implements IDeployActions {
34
- public const DOCKER_API_VERSION = 'v1.41';
+ public const DOCKER_API_VERSION = 'v1.44';
35
public const EX_APP_CONTAINER_PREFIX = 'nc_app_';
36
public const APP_API_HAPROXY_USER = 'app_api_haproxy_user';
37
0 commit comments