We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfba082 + 2bfab8b commit fe079f5Copy full SHA for fe079f5
Vagrantfile
@@ -5,7 +5,7 @@
5
RUBY_V = File.open("./.ruby-version") { |f| f.read }.chomp
6
7
Vagrant.configure(2) do |config|
8
- config.vm.box = "bento/ubuntu-14.04"
+ config.vm.box = "bento/ubuntu-16.04"
9
config.vm.hostname = "sdr-geoblacklight"
10
config.vm.synced_folder ".", "/vagrant/sdr"
11
0 commit comments