diff --git a/test/Vagrantfile b/test/Vagrantfile index dccf3f3..d70094f 100644 --- a/test/Vagrantfile +++ b/test/Vagrantfile @@ -1,5 +1,5 @@ Vagrant.configure(2) do |config| - config.vm.box = 'ubuntu/bionic64' + config.vm.box = 'ubuntu/jammy64' config.vm.synced_folder "..", "/dotbot", mount_options: ["ro"]