mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-24 16:55:36 +00:00
vagrant: use a openbsd-current ("7.1") box
This commit is contained in:
parent
b43ce32188
commit
dea54df2e4
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue