builder/digitalocean: updated default image_id, per #1032

This commit is contained in:
Ross Smith II 2014-04-13 16:43:43 -07:00
parent dc21bf011a
commit 9cf76ff338
1 changed files with 2 additions and 2 deletions

View File

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