Skip to content

Commit 6fd3918

Browse files
committed
Bumped default API version == 1.19
1 parent 4ec36c8 commit 6fd3918

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DEFAULT_DOCKER_API_VERSION = '1.18'
1+
DEFAULT_DOCKER_API_VERSION = '1.19'
22
DEFAULT_TIMEOUT_SECONDS = 60
33
STREAM_HEADER_SIZE_BYTES = 8
44
CONTAINER_LIMITS_KEYS = [

tests/fake_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import fake_stat
1616

17-
CURRENT_VERSION = 'v1.18'
17+
CURRENT_VERSION = 'v1.19'
1818

1919
FAKE_CONTAINER_ID = '3cc2351ab11b'
2020
FAKE_IMAGE_ID = 'e9aa60c60128'

0 commit comments

Comments
 (0)