vagrant: fix freebsd box name

This commit is contained in:
Thomas Waldmann 2019-03-02 19:58:37 +01:00
parent 382875692b
commit 29c1f4e895
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

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