From fed52de0ed7a0bbee9e9f907e209d62972656256 Mon Sep 17 00:00:00 2001 From: Davod Date: Fri, 2 Apr 2021 02:35:58 +0200 Subject: [PATCH] Update Vagrantfile to bring Ubuntu 20.04 (Focal Fossa) --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 6667f0a..3a376a0 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -12,7 +12,7 @@ Vagrant.configure("2") do |config| # Every Vagrant development environment requires a box. You can search for # boxes at https://atlas.hashicorp.com/search. - config.vm.box = "ubuntu/bionic64" + config.vm.box = "ubuntu/focal64" config.disksize.size = '50GB' # Disable automatic box update checking. If you disable this, then @@ -72,4 +72,4 @@ Vagrant.configure("2") do |config| config.vm.provision :shell, path: "vagrant-libs/bootstrap.sh" end - \ No newline at end of file +