Vagrantfile: use Ubuntu 16.04 LTS
Use recent supported version of Ubuntu for local development setup with Vagrant.
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -16,7 +16,7 @@ $vm_cpus = 1
|
||||
$shared_folders = {}
|
||||
$forwarded_ports = {}
|
||||
$subnet = "172.17.8"
|
||||
$box = "bento/ubuntu-14.04"
|
||||
$box = "bento/ubuntu-16.04"
|
||||
|
||||
host_vars = {}
|
||||
|
||||
|
Reference in New Issue
Block a user