From 2bfab8bee14b52f75c8c349b8634efe63115c35a Mon Sep 17 00:00:00 2001 From: mnyrop Date: Fri, 18 Sep 2020 10:51:52 -0400 Subject: [PATCH] update vbox to xenial --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 46689598..b1df3451 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -5,7 +5,7 @@ RUBY_V = File.open("./.ruby-version") { |f| f.read }.chomp Vagrant.configure(2) do |config| - config.vm.box = "bento/ubuntu-14.04" + config.vm.box = "bento/ubuntu-16.04" config.vm.hostname = "sdr-geoblacklight" config.vm.synced_folder ".", "/vagrant/sdr"