Merge pull request #964 from aaronlehmann/pin-dind-dep
Download dind from v1.8.1 tag of docker/docker repo
This commit is contained in:
commit
6bf5a049ff
1 changed files with 1 additions and 1 deletions
|
@ -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
|
&& chmod +x /usr/local/bin/docker
|
||||||
|
|
||||||
# Install DIND
|
# 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
|
&& chmod +x /dind
|
||||||
|
|
||||||
# Install bats
|
# Install bats
|
||||||
|
|
Loading…
Reference in a new issue