Merge pull request #3578 from bacongobbler/revert-docker-bump

fix(circle): fix download link to download.docker.com
pull/3579/head
Matthew Fisher 6 years ago committed by GitHub
commit 4c7fefd8da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 17.11.0-ce
version: 17.09.0-ce
- restore_cache:
keys:
- glide-{{ checksum "glide.yaml" }}-{{ checksum "glide.lock" }}

@ -34,8 +34,8 @@ else
fi
echo "Install docker client"
VER="17.11.0-ce"
curl -L -o /tmp/docker-$VER.tgz https://get.docker.com/builds/Linux/x86_64/docker-$VER.tgz
VER="17.09.0-ce"
curl -L -o /tmp/docker-$VER.tgz https://download.docker.com/linux/static/stable/x86_64/docker-$VER.tgz
tar -xz -C /tmp -f /tmp/docker-$VER.tgz
mv /tmp/docker/* /usr/bin

Loading…
Cancel
Save