Merge branch 'kurtmckee/update-vm-os'
This commit is contained in:
commit
d2f76a2593
1 changed files with 1 additions and 1 deletions
2
test/Vagrantfile
vendored
2
test/Vagrantfile
vendored
|
@ -1,5 +1,5 @@
|
||||||
Vagrant.configure(2) do |config|
|
Vagrant.configure(2) do |config|
|
||||||
config.vm.box = 'ubuntu/bionic64'
|
config.vm.box = 'ubuntu/jammy64'
|
||||||
|
|
||||||
config.vm.synced_folder "..", "/dotbot", mount_options: ["ro"]
|
config.vm.synced_folder "..", "/dotbot", mount_options: ["ro"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue