diff --git a/config/templates/Vagrantfile b/config/templates/Vagrantfile index 31fe56f01b..8df7718270 100644 --- a/config/templates/Vagrantfile +++ b/config/templates/Vagrantfile @@ -15,7 +15,7 @@ SCRIPT Vagrant.configure(2) do |config| # What box should we base this build on? - config.vm.box = "ubuntu/bionic64" + config.vm.box = "ubuntu/focal64" config.vm.box_version = ">= 20180719.0.0" # Default images are not big enough to build Armbian.