1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-22 06:01:54 +00:00

vagrant: use a FreeBSD 12.1 box

This commit is contained in:
Thomas Waldmann 2020-04-19 20:46:24 +02:00
parent 71fa7ed9fe
commit c2cc7223ae

2
Vagrantfile vendored
View file

@ -329,7 +329,7 @@ Vagrant.configure(2) do |config|
end
config.vm.define "freebsd64" do |b|
b.vm.box = "freebsd12-64"
b.vm.box = "freebsd121-64"
b.vm.provider :virtualbox do |v|
v.memory = 1024 + $wmem
end