Skip to content

Commit

Permalink
update box version of ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
justmeandopensource committed Aug 14, 2021
1 parent 93e4b41 commit c13556b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrantfiles/ubuntu20/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Vagrant.configure(2) do |config|

node.vm.box = "generic/ubuntu2004"
node.vm.box_check_update = false
node.vm.box_version = "3.2.18"
node.vm.box_version = "3.3.0"
node.vm.hostname = "ubuntuvm#{i}.example.com"

node.vm.network "private_network", ip: "172.16.16.10#{i}"
Expand Down

0 comments on commit c13556b

Please sign in to comment.