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.
This commit is contained in:
runagrog
2016-09-04 14:47:42 +02:00
committed by GitHub
parent 584aa856fe
commit f36adf6893
Vendored
+1 -1
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