Explorar el Código

Merge pull request #41063 from thaJeztah/bump_docker_py

testing: bump docker-py 4.2.1
Tianon Gravi hace 5 años
padre
commit
5ead7ba14b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 # unable to prepare context: unable to 'git clone' to temporary context directory: error fetching: error: no such remote ref ead0bb9e08c13dd3d1712759491eee06bf5a5602
 #: exit status 128
-: "${DOCKER_PY_COMMIT:=4.2.0}"
+: "${DOCKER_PY_COMMIT:=4.2.1}"
 
 # custom options to pass py.test
 #