Skip to content

Commit

Permalink
[Fixed] OS version in Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nicotyze committed Jan 18, 2024
1 parent 350f29c commit 41d7f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ HOST = "192.168.75.13"

Vagrant.configure(2) do |config|

config.vm.box = "bento/ubuntu-22.04"
config.vm.box_version = "v202309.08.0"
config.vm.box = "ubuntu/jammy64"
config.vm.box_version = "20240117.0.0"

config.vm.network "private_network", ip: HOST

Expand Down

0 comments on commit 41d7f9f

Please sign in to comment.