summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2022-03-16 00:36:34 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2022-03-25 01:31:11 +0100
commitdea54df2e430245f7d0e08921ba191327e3437ff (patch)
treefa8f6e56fa153c167475cc6b2404a85b89293621 /Vagrantfile
parentb43ce321885c1b7127b5e0c299c1b8e6772d81ce (diff)
vagrant: use a openbsd-current ("7.1") box
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 9be52f3cf..6db92eaa0 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -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