Skip to content

Commit

Permalink
Vagrant: Update to Ubuntu 22.04 LTS
Browse files Browse the repository at this point in the history
21.10 is no longer supported.
  • Loading branch information
sleiner committed Aug 29, 2022
1 parent 21cf32e commit f1ed745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Vagrant.configure("2") do |config|
# General configuration
config.vm.box = "generic/ubuntu2110"
config.vm.box = "generic/ubuntu2204"
config.vm.synced_folder ".", "/vagrant", disabled: true
config.ssh.insert_key = false

Expand Down

0 comments on commit f1ed745

Please sign in to comment.