switch to generic

This commit is contained in:
Chris Gora 2020-11-25 14:31:57 +00:00
parent f95fb3f5ff
commit e7b097a399

2
Vagrantfile vendored
View File

@ -1,4 +1,4 @@
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/bionic64"
config.vm.box = "generic/ubuntu1804"
config.vm.provision "shell", path: "init.sh"
end