Skip to content

Commit

Permalink
Update Vagrant Box to Jammy (22.04) 🐧
Browse files Browse the repository at this point in the history
  • Loading branch information
rdrgporto committed May 8, 2024
1 parent a0044c3 commit e83fbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Vagrant.configure("2") do |config|

# Configure VM
config.vm.box = "ubuntu/focal64"
config.vm.box = "ubuntu/jammy64"
config.vm.hostname = "kubernetes"
config.ssh.insert_key = true
config.vm.network "public_network"
Expand Down

0 comments on commit e83fbd5

Please sign in to comment.