diff options
Diffstat (limited to 'docker')
-rw-r--r-- | docker/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/constants.py b/docker/constants.py index 3647a3b..0627ba0 100644 --- a/docker/constants.py +++ b/docker/constants.py @@ -1,4 +1,4 @@ -DEFAULT_DOCKER_API_VERSION = '1.20' +DEFAULT_DOCKER_API_VERSION = '1.21' DEFAULT_TIMEOUT_SECONDS = 60 STREAM_HEADER_SIZE_BYTES = 8 CONTAINER_LIMITS_KEYS = [ |