Przeglądaj źródła

CI: update docker-py to 5.0.3

full diff: https://github.com/docker/docker-py/compare/5.0.0...5.0.3

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 3 lat temu
rodzic
commit
3e5e7a6de3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      hack/make/test-docker-py

+ 1 - 1
hack/make/test-docker-py

@@ -7,7 +7,7 @@ source hack/make/.integration-test-helpers
 # TODO docker 17.06 cli client used in CI fails to build using a sha;
 # TODO docker 17.06 cli client used in CI fails to build using a sha;
 # unable to prepare context: unable to 'git clone' to temporary context directory: error fetching: error: no such remote ref ead0bb9e08c13dd3d1712759491eee06bf5a5602
 # unable to prepare context: unable to 'git clone' to temporary context directory: error fetching: error: no such remote ref ead0bb9e08c13dd3d1712759491eee06bf5a5602
 #: exit status 128
 #: exit status 128
-: "${DOCKER_PY_COMMIT:=5.0.0}"
+: "${DOCKER_PY_COMMIT:=5.0.3}"
 
 
 # custom options to pass py.test
 # custom options to pass py.test
 #
 #