Vagrantfile: update to newer Ubuntu LTS

This commit is contained in:
Michael Bryant 2021-01-25 20:51:36 -08:00 committed by Krishna Kanhaiya
parent 04115efa57
commit 9a0556eb92
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/disco64"
config.vm.box = "ubuntu/focal64"
# use vagrant-disksize plugin to resize partition - https://github.com/sprotheroe/vagrant-disksize
config.disksize.size = '50GB'