Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
Merge pull request #579 from neolit123/docker-version-fix
Browse files Browse the repository at this point in the history
phase1: bump docker version to 1.13.1
  • Loading branch information
k8s-ci-robot committed Jan 14, 2019
2 parents fb3cef4 + 41f35de commit 335e5d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phase1/gce/configure-vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ EOF

apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv-keys F76221572C52609D
apt-get update
apt-get install -y docker-engine=1.12.0-0~xenial
sudo apt-cache policy docker-engine
sudo apt-get -y install docker-engine=1.13.1-0~ubuntu-xenial
systemctl enable docker || true
systemctl start docker || true

0 comments on commit 335e5d1

Please sign in to comment.