vagrant: use a openbsd-current ("7.1") box

This commit is contained in:
Thomas Waldmann 2022-03-16 00:36:34 +01:00
parent b43ce32188
commit dea54df2e4
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -337,7 +337,7 @@ Vagrant.configure(2) do |config|
end
config.vm.define "openbsd64" do |b|
b.vm.box = "generic/openbsd6"
b.vm.box = "openbsd71-64"
b.vm.provider :virtualbox do |v|
v.memory = 1024 + $wmem
end