Update scripts/Vagrantfile for ubuntu 17.10
This commit is contained in:
parent
b069947e0d
commit
b54c3eb86e
2
scripts/Vagrantfile
vendored
2
scripts/Vagrantfile
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user