Update scripts/Vagrantfile for ubuntu 17.10

This commit is contained in:
Fredrik Fornwall 2017-11-21 06:05:04 +01:00
parent b069947e0d
commit b54c3eb86e

2
scripts/Vagrantfile vendored
View File

@ -3,7 +3,7 @@
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/zesty64"
config.vm.box = "ubuntu/artful64"
config.vm.provider "virtualbox" do |vb|
# Customize the amount of memory on the VM