From 3e5e7a6de3720f19782db238ee7401ca500ed5dc Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 15 Oct 2021 19:21:09 +0200 Subject: [PATCH] CI: update docker-py to 5.0.3 full diff: https://github.com/docker/docker-py/compare/5.0.0...5.0.3 Signed-off-by: Sebastiaan van Stijn --- hack/make/test-docker-py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/make/test-docker-py b/hack/make/test-docker-py index 95fba0ef3c..436262037c 100644 --- a/hack/make/test-docker-py +++ b/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:=5.0.0}" +: "${DOCKER_PY_COMMIT:=5.0.3}" # custom options to pass py.test #