浏览代码

testing: update docker-py to 7.0.0

full diff: https://github.com/docker/docker-py/compare/7.0.0b1...7.0.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 1 年之前
父节点
当前提交
b524ed2dda
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 source hack/make/.integration-test-helpers
 
 
 # The commit or tag to use for testing
 # 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
 # custom options to pass py.test
 #
 #