Merge pull request #3488 from bacongobbler/bump-docker

bump docker to 17.11.0-ce
pull/3449/merge
Matthew Fisher 8 years ago committed by GitHub
commit b1b57ba43b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,8 @@ jobs:
PROJECT_NAME: "kubernetes-helm"
steps:
- checkout
- setup_remote_docker
- setup_remote_docker:
version: 17.11.0-ce
- restore_cache:
keys:
- glide-{{ checksum "glide.yaml" }}-{{ checksum "glide.lock" }}

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

Loading…
Cancel
Save