Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Switch to STABLE box that should have more recent fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
acj committed Nov 3, 2023
1 parent bc1f468 commit 859d447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Vagrant.configure("2") do |config|
config.disksize.size = "16GB"

config.vm.define "fbsd_13_2" do |c|
c.vm.box = "freebsd/FreeBSD-13.2-RELEASE"
c.vm.box = "freebsd/FreeBSD-13.2-STABLE"
end

config.vm.define "fbsd_12_4" do |c|
Expand Down

0 comments on commit 859d447

Please sign in to comment.