Skip to content

Commit

Permalink
vagrant: update vagrant box to "20231018.0.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
langchr86 committed Oct 23, 2023
1 parent 068282d commit 432db15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ vm_name = "jumpstart-vm"

Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/jammy64"
config.vm.box_version = "20220609.0.0"
config.vm.box_version = "20231018.0.0"

config.vm.provider "virtualbox" do |vb|
vb.name = vm_name
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ vm_name = "jumpstart-vm"

Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/jammy64"
config.vm.box_version = "20230218.0.0"
config.vm.box_version = "20231018.0.0"

config.vagrant.plugins = ["vagrant-disksize"]
config.disksize.size = '64GB'
Expand Down

0 comments on commit 432db15

Please sign in to comment.