1
0
Fork 0

chore(semaphoreci): update Docker version.

This commit is contained in:
Fernandez Ludovic 2017-06-27 11:40:59 +02:00 committed by Ludovic Fernandez
parent 631079a12f
commit fdb24c64e4
3 changed files with 3 additions and 3 deletions

View file

@ -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}.tgz \
&& curl -fL https://get.docker.com/builds/Linux/x86_64/docker-${DOCKER_VERSION}-ce.tgz \
| tar -xzC /usr/local/bin --transform 's#^.+/##x'
WORKDIR /go/src/github.com/containous/traefik