Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Vagrantfile to bring Ubuntu 20.04 (Focal Fossa)
  • Loading branch information
Amitie10g committed Apr 2, 2021
1 parent 2122db3 commit fed52de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Expand Up @@ -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
Expand Down Expand Up @@ -72,4 +72,4 @@ Vagrant.configure("2") do |config|
config.vm.provision :shell,
path: "vagrant-libs/bootstrap.sh"
end


0 comments on commit fed52de

Please sign in to comment.