Update docker version to 17.03.2…

… and also update the url to get static binaries.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2017-07-03 10:49:31 +02:00 committed by Ludovic Fernandez
parent 85f4f26942
commit 7d178f49b4

View file

@ -15,7 +15,7 @@ RUN go get github.com/jteeuwen/go-bindata/... \
&& go get github.com/sgotti/glide-vc && go get github.com/sgotti/glide-vc
# Which docker version to test on # Which docker version to test on
ARG DOCKER_VERSION=17.03.1 ARG DOCKER_VERSION=17.03.2
# Which glide version to test on # Which glide version to test on
@ -28,7 +28,7 @@ RUN mkdir -p /usr/local/bin \
# Download docker # Download docker
RUN mkdir -p /usr/local/bin \ RUN mkdir -p /usr/local/bin \
&& curl -fL https://get.docker.com/builds/Linux/x86_64/docker-${DOCKER_VERSION}-ce.tgz \ && curl -fL https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}-ce.tgz \
| tar -xzC /usr/local/bin --transform 's#^.+/##x' | tar -xzC /usr/local/bin --transform 's#^.+/##x'
WORKDIR /go/src/github.com/containous/traefik WORKDIR /go/src/github.com/containous/traefik