We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921aba1 commit 7d559a9Copy full SHA for 7d559a9
docker/constants.py
@@ -1,7 +1,7 @@
1
import sys
2
from .version import version
3
4
-DEFAULT_DOCKER_API_VERSION = '1.26'
+DEFAULT_DOCKER_API_VERSION = '1.30'
5
MINIMUM_DOCKER_API_VERSION = '1.21'
6
DEFAULT_TIMEOUT_SECONDS = 60
7
STREAM_HEADER_SIZE_BYTES = 8
0 commit comments