From 7d178f49b4dbeb14d5cee3bb57b189fe602925f0 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Mon, 3 Jul 2017 10:49:31 +0200 Subject: [PATCH] =?UTF-8?q?Update=20docker=20version=20to=2017.03.2?= =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … and also update the url to get static binaries. Signed-off-by: Vincent Demeester --- build.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.Dockerfile b/build.Dockerfile index ebe999d68..a28831687 100644 --- a/build.Dockerfile +++ b/build.Dockerfile @@ -15,7 +15,7 @@ RUN go get github.com/jteeuwen/go-bindata/... \ && go get github.com/sgotti/glide-vc # Which docker version to test on -ARG DOCKER_VERSION=17.03.1 +ARG DOCKER_VERSION=17.03.2 # Which glide version to test on @@ -28,7 +28,7 @@ RUN mkdir -p /usr/local/bin \ # Download docker 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' WORKDIR /go/src/github.com/containous/traefik