Merge pull request #724 from ChrisKozak/master

builder/digitalocean: Updated DigitalOcean default image id
This commit is contained in:
Mitchell Hashimoto 2013-12-18 09:01:06 -08:00
commit da16887010
1 changed files with 2 additions and 2 deletions

View File

@ -88,8 +88,8 @@ func (b *Builder) Prepare(raws ...interface{}) ([]string, error) {
}
if b.config.ImageID == 0 {
// Default to base image "Ubuntu 12.04 x64 Server (id: 284203)"
b.config.ImageID = 284203
// Default to base image "Ubuntu 12.04.3 x64 Server (id: 1505447)"
b.config.ImageID = 1505447
}
if b.config.SnapshotName == "" {