diff options
| -rw-r--r-- | Vagrantfile | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile index 1d45650..11e9b39 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -14,7 +14,7 @@  # along with this program.  If not, see <https://www.gnu.org/licenses/>.  Vagrant.configure("2") do |config| -  config.vm.box = "bento/freebsd-10.4" +  config.vm.box = "bento/freebsd-11.2"    config.vm.guest = :freebsd    config.vm.network :forwarded_port, host: 3000, guest: 3000    config.vm.provision :shell, :path => "vagrant/bootstrap.sh"  | 
