Updated DigitalOcean default image id
It looks like DigitalOcean replaced the "Ubuntu 12.04" image with "Ubuntu 12.04.3". We've updated the ImageID to point to the new image.
This commit is contained in:
parent
b95ad0c232
commit
f5d6df6416
|
@ -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 == "" {
|
||||
|
|
Loading…
Reference in New Issue