Vagrantfile: use Ubuntu 16.04 LTS
Use recent supported version of Ubuntu for local development setup with Vagrant.pull/573/head
parent
33ebf124c4
commit
9d7142f476
|
@ -16,7 +16,7 @@ $vm_cpus = 1
|
||||||
$shared_folders = {}
|
$shared_folders = {}
|
||||||
$forwarded_ports = {}
|
$forwarded_ports = {}
|
||||||
$subnet = "172.17.8"
|
$subnet = "172.17.8"
|
||||||
$box = "bento/ubuntu-14.04"
|
$box = "bento/ubuntu-16.04"
|
||||||
|
|
||||||
host_vars = {}
|
host_vars = {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue