Skip to content

Commit 7d559a9

Browse files
committed
Update default API version
Signed-off-by: Joffrey F <[email protected]>
1 parent 921aba1 commit 7d559a9

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
@@ -1,7 +1,7 @@
11
import sys
22
from .version import version
33

4-
DEFAULT_DOCKER_API_VERSION = '1.26'
4+
DEFAULT_DOCKER_API_VERSION = '1.30'
55
MINIMUM_DOCKER_API_VERSION = '1.21'
66
DEFAULT_TIMEOUT_SECONDS = 60
77
STREAM_HEADER_SIZE_BYTES = 8

0 commit comments

Comments
 (0)