Skip to content

Commit 2ec02ec

Browse files
christianbundyshin-
authored andcommitted
Upgrade Google driver image to most recent version
This resolves docker-archive-public#4207, which is caused by dpkg being locked in the previous image. Signed-off-by: Christian Bundy <christianbundy@fraction.io>
1 parent d5ab995 commit 2ec02ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/google/google.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const (
3838
defaultZone = "us-central1-a"
3939
defaultUser = "docker-user"
4040
defaultMachineType = "n1-standard-1"
41-
defaultImageName = "ubuntu-os-cloud/global/images/ubuntu-1604-xenial-v20161130"
41+
defaultImageName = "ubuntu-os-cloud/global/images/ubuntu-1604-xenial-v20170721"
4242
defaultScopes = "https://www.googleapis.com/auth/devstorage.read_only,https://www.googleapis.com/auth/logging.write,https://www.googleapis.com/auth/monitoring.write"
4343
defaultDiskType = "pd-standard"
4444
defaultDiskSize = 10

0 commit comments

Comments
 (0)