Skip to content
Snippets Groups Projects
Commit 9d7142f4 authored by Alexander Kanevskiy's avatar Alexander Kanevskiy
Browse files

Vagrantfile: use Ubuntu 16.04 LTS

Use recent supported version of Ubuntu for local development setup
with Vagrant.
parent 33ebf124
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ $vm_cpus = 1 ...@@ -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 = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment