Update Vagrantfile

The VM box "boxcutter/ubuntu1510" is not available for download. The "vagrant up" command for creating the development environment fails.

Changed to "boxcutter/ubuntu1604". Is this sound? It worked fine for me.
pull/2232/head
runagrog 2016-09-04 14:47:42 +02:00 committed by GitHub
parent 584aa856fe
commit f36adf6893
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -4,7 +4,7 @@
Vagrant.require_version ">= 1.8.3"
Vagrant.configure(2) do |config|
config.vm.box = "boxcutter/ubuntu1510"
config.vm.box = "boxcutter/ubuntu1604"
# Use this script to set up and compile the Lila installation. We set
# `privileged` to `false` because otherwise the provisioning script will run