Skip to content

Commit

Permalink
Bump version of Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
failys committed Feb 17, 2023
1 parent 28d024d commit 55abb93
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 @@ -2,7 +2,7 @@ require 'yaml'
conf = YAML.load_file("vagrant_conf.yaml")

Vagrant.configure("2") do |config|
config.vm.box = "bento/ubuntu-20.04"
config.vm.box = "bento/ubuntu-22.04"
config.vm.network "forwarded_port", guest: 7071, host: 7071
config.vm.provider conf['provider'] do |vb|
vb.memory = "2048"
Expand Down

0 comments on commit 55abb93

Please sign in to comment.