Commit 9cf76ff3 authored by Ross Smith II's avatar Ross Smith II

builder/digitalocean: updated default image_id, per #1032

parent dc21bf01
......@@ -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 == "" {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment