1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-25 09:19:31 +00:00

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

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