We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f84611 + 57c7c51 commit d2f76a2Copy full SHA for d2f76a2
test/Vagrantfile
@@ -1,5 +1,5 @@
1
Vagrant.configure(2) do |config|
2
- config.vm.box = 'ubuntu/bionic64'
+ config.vm.box = 'ubuntu/jammy64'
3
4
config.vm.synced_folder "..", "/dotbot", mount_options: ["ro"]
5
0 commit comments