Skip to content

Commit fe079f5

Browse files
authored
Merge pull request #181 from NYULibraries/chore/vagrant-ubuntu-16
update vbox to xenial
2 parents bfba082 + 2bfab8b commit fe079f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
RUBY_V = File.open("./.ruby-version") { |f| f.read }.chomp
66

77
Vagrant.configure(2) do |config|
8-
config.vm.box = "bento/ubuntu-14.04"
8+
config.vm.box = "bento/ubuntu-16.04"
99
config.vm.hostname = "sdr-geoblacklight"
1010
config.vm.synced_folder ".", "/vagrant/sdr"
1111

0 commit comments

Comments
 (0)