From 2b42e98a98df33fbddae9e48e8a52a358ac067d7 Mon Sep 17 00:00:00 2001 From: Aaron Lehmann Date: Tue, 8 Sep 2015 17:48:13 -0700 Subject: [PATCH] Download dind from v1.8.1 tag of docker/docker repo Fixes #898. Signed-off-by: Aaron Lehmann --- contrib/docker-integration/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/docker-integration/Dockerfile b/contrib/docker-integration/Dockerfile index 6061e99e1..8cc504c31 100644 --- a/contrib/docker-integration/Dockerfile +++ b/contrib/docker-integration/Dockerfile @@ -25,7 +25,7 @@ RUN curl -L -o /usr/local/bin/docker https://test.docker.com/builds/Linux/x86_64 && chmod +x /usr/local/bin/docker # Install DIND -RUN curl -L -o /dind https://raw.githubusercontent.com/docker/docker/master/hack/dind \ +RUN curl -L -o /dind https://raw.githubusercontent.com/docker/docker/v1.8.1/hack/dind \ && chmod +x /dind # Install bats