Browse code

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 authored on 2023/12/09 09:36:38
Showing 1 changed files
... ...
@@ -4,7 +4,7 @@ set -e
4 4
 source hack/make/.integration-test-helpers
5 5
 
6 6
 # The commit or tag to use for testing
7
-: "${DOCKER_PY_COMMIT:=7.0.0b1}"
7
+: "${DOCKER_PY_COMMIT:=7.0.0}"
8 8
 
9 9
 # custom options to pass py.test
10 10
 #