소스 검색

Merge pull request #41709 from thaJeztah/bump_docker_py

testing: update docker-py 4.4.1
Akihiro Suda 4 년 전
부모
커밋
76f4bbd0a8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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:=4.3.0}"
+: "${DOCKER_PY_COMMIT:=4.4.1}"
 
 
 # custom options to pass py.test
 # custom options to pass py.test
 #
 #