Vagrantfile: use Ubuntu 16.04 LTS

Use recent supported version of Ubuntu for local development setup
with Vagrant.
pull/573/head
Alexander Kanevskiy 2016-10-28 23:26:25 +03:00
parent 33ebf124c4
commit 9d7142f476
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -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 = {}