diff --git a/scripts/Vagrantfile b/scripts/Vagrantfile index 7b934f13f1..8d173c7c8e 100644 --- a/scripts/Vagrantfile +++ b/scripts/Vagrantfile @@ -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'