Merge pull request #701 from nextcloud/backport/699/stable31

[stable31] feat(docker-29): set minimum docker engine API version to v1.44
This commit is contained in:
Alexander Piskun
2025-11-21 11:13:58 +02:00
committed by GitHub

View File

@ -31,7 +31,7 @@ use PharData;
use Psr\Log\LoggerInterface;
class DockerActions implements IDeployActions {
public const DOCKER_API_VERSION = 'v1.41';
public const DOCKER_API_VERSION = 'v1.44';
public const EX_APP_CONTAINER_PREFIX = 'nc_app_';
public const APP_API_HAPROXY_USER = 'app_api_haproxy_user';