Browse code

bump docker-py to 4.1.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2019/10/03 23:51:03
Showing 1 changed files
... ...
@@ -7,7 +7,7 @@ source hack/make/.integration-test-helpers
7 7
 # TODO docker 17.06 cli client used in CI fails to build using a sha;
8 8
 # unable to prepare context: unable to 'git clone' to temporary context directory: error fetching: error: no such remote ref ead0bb9e08c13dd3d1712759491eee06bf5a5602
9 9
 #: exit status 128
10
-: "${DOCKER_PY_COMMIT:=master}"
10
+: "${DOCKER_PY_COMMIT:=4.1.0}"
11 11
 
12 12
 # custom options to pass py.test
13 13
 # TODO remove these skip once we update to a docker-py version that has https://github.com/docker/docker-py/pull/2369, https://github.com/docker/docker-py/pull/2380, https://github.com/docker/docker-py/pull/2382