diff --git a/Makefile b/Makefile index 7425a6b8..95add598 100644 --- a/Makefile +++ b/Makefile @@ -172,7 +172,7 @@ dtest: ## Run the tests in a docker container -e DOCKER_HOST=tcp://127.0.0.1:2375 \ -e DOCKER_TLS_VERIFY=true \ -e DOCKER_CERT_PATH=/etc/docker/ssl \ - -e DOCKER_API_VERSION \ + -e DOCKER_API_VERSION=1.35 \ $(DOCKER_IMAGE) \ make test