Vagrantfile: update to Ubuntu 22.04 jammy

This commit is contained in:
sogaiu 2022-10-20 10:28:06 +09:00 committed by Leonid Pliushch
parent 3c0653dad1
commit 41207be9c2
1 changed files with 1 additions and 1 deletions

2
scripts/Vagrantfile vendored
View File

@ -3,7 +3,7 @@
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/focal64"
config.vm.box = "ubuntu/jammy64"
# use vagrant-disksize plugin to resize partition - https://github.com/sprotheroe/vagrant-disksize
config.disksize.size = '50GB'