Browse Source

Merge pull request #46916 from thaJeztah/bump_docker_py

testing: update docker-py to 7.0.0
Sebastiaan van Stijn 1 năm trước cách đây
mục cha
commit
86cd6da76e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      hack/make/test-docker-py

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

@@ -4,7 +4,7 @@ set -e
 source hack/make/.integration-test-helpers
 
 # The commit or tag to use for testing
-: "${DOCKER_PY_COMMIT:=7.0.0b1}"
+: "${DOCKER_PY_COMMIT:=7.0.0}"
 
 # custom options to pass py.test
 #