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"