Skip to content

Commit

Permalink
Fixes #10890: Rudder vagrant should only use one base box
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Mousset committed Jun 10, 2017
1 parent cf75bec commit cd222ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Vagrant.configure("2") do |config|
end

config.vm.define "node" do |node|
node.vm.box = "ubuntu/trusty64"
node.vm.box = "ubuntu/xenial64"
node.vm.provider :virtualbox do |vb|
vb.customize ["modifyvm", :id, "--memory", "256"]
end
Expand Down

0 comments on commit cd222ed

Please sign in to comment.