Merge pull request #472 from nottnottloop/vagrantupdate

Update Vagrant to latest Ubuntu LTS
This commit is contained in:
Kyle Drake 2024-01-03 19:19:01 -06:00 committed by GitHub
commit bc81646302
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Vagrantfile vendored
View file

@ -1,7 +1,7 @@
VAGRANTFILE_API_VERSION = '2'
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = 'ubuntu/bionic64'
config.vm.box = 'ubuntu/jammy64'
config.vm.provision :shell, path: './vagrant/development.sh'
config.vm.network :forwarded_port, guest: 9292, host: 9292