Skip to content

Commit

Permalink
windows: use latest jessie box
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Apr 25, 2016
1 parent c1801ab commit f00e071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/windows/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ VAGRANTFILE_API_VERSION = "2"

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "debian-jessie-amd64"
config.vm.box_url = "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.2_chef-provisionerless.box"
config.vm.box_url = "http://packages.groonga.org/tmp/debian-8.4.virtualbox.box"
config.vm.provision(:shell, :privileged => false, :path => "build.sh")
config.vm.provider("virtualbox") do |virtual_box|
virtual_box.memory = (ENV["VM_MEMORY"] || 2048).to_i
Expand Down

0 comments on commit f00e071

Please sign in to comment.