mirror of
https://github.com/nextcloud/app_api.git
synced 2026-01-13 20:19:21 +00:00
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:
@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user