Skip to content

Commit

Permalink
Merge pull request #582 from Amitie10g/patch-2
Browse files Browse the repository at this point in the history
Update Vagrantfile to bring Ubuntu 20.04 (Focal Fossa)
  • Loading branch information
Theaxiom authored May 5, 2021
2 parents 2122db3 + fed52de commit 234e5e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
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 234e5e4

Please sign in to comment.