Skip to content

Commit 82634fe

Browse files
committed
Minimum version 1.24 -> 1.21
Signed-off-by: Joffrey F <[email protected]>
1 parent 5dc7425 commit 82634fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from .version import version
33

44
DEFAULT_DOCKER_API_VERSION = '1.24'
5-
MINIMUM_DOCKER_API_VERSION = '1.24'
5+
MINIMUM_DOCKER_API_VERSION = '1.21'
66
DEFAULT_TIMEOUT_SECONDS = 60
77
STREAM_HEADER_SIZE_BYTES = 8
88
CONTAINER_LIMITS_KEYS = [

0 commit comments

Comments
 (0)