This commit is contained in:
Chris Gora
2020-11-25 14:30:43 +00:00
parent a2fc94c7bf
commit f95fb3f5ff
2 changed files with 14 additions and 2 deletions

4
Vagrantfile vendored
View File

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