2022-04-25 12:24:14 -05:00

4 lines
78 B
Ruby

Vagrant.configure("2") do |config|
config.vm.box = "hashicorp/bionic64"
end