Fix jenkins CI by using an older docker version to match the host.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin 2015-11-04 15:33:37 -05:00
parent 6a8806fe8d
commit 385b4280a1
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ RUN set -ex; \
; \
rm -rf /var/lib/apt/lists/*
RUN curl https://get.docker.com/builds/Linux/x86_64/docker-latest \
RUN curl https://get.docker.com/builds/Linux/x86_64/docker-1.8.3 \
-o /usr/local/bin/docker && \
chmod +x /usr/local/bin/docker