Merge pull request #1067 from zchee/update-gce-image

Update GCE imageName to v20150316
This commit is contained in:
Evan Hazlett 2015-04-29 09:21:27 -04:00
commit 193357a1ba
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ type ComputeUtil struct {
const (
apiURL = "https://www.googleapis.com/compute/v1/projects/"
imageName = "https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/ubuntu-1404-trusty-v20150128"
imageName = "https://www.googleapis.com/compute/v1/projects/ubuntu-os-cloud/global/images/ubuntu-1404-trusty-v20150316"
firewallRule = "docker-machines"
port = "2376"
firewallTargetTag = "docker-machine"