Update GCE imageName to v20150316

Signed-off-by: Koichi Shiraishi <zcheeee@gmail.com>
This commit is contained in:
zhee 2015-04-29 05:32:42 +09:00
parent c247c7ee9b
commit 5fe9adf881
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"