Commit da168870 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #724 from ChrisKozak/master

builder/digitalocean: Updated DigitalOcean default image id
parents ae745971 f5d6df64
...@@ -88,8 +88,8 @@ func (b *Builder) Prepare(raws ...interface{}) ([]string, error) { ...@@ -88,8 +88,8 @@ func (b *Builder) Prepare(raws ...interface{}) ([]string, error) {
} }
if b.config.ImageID == 0 { if b.config.ImageID == 0 {
// Default to base image "Ubuntu 12.04 x64 Server (id: 284203)" // Default to base image "Ubuntu 12.04.3 x64 Server (id: 1505447)"
b.config.ImageID = 284203 b.config.ImageID = 1505447
} }
if b.config.SnapshotName == "" { 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