bump docker to 17.11.0-ce

pull/3488/head
Matthew Fisher 6 years ago
parent 079e8effeb
commit f7e078ca29
No known key found for this signature in database
GPG Key ID: CDEC67687EFAA34E

@ -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