Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Update box version to 9000.104.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Mar 16, 2016
1 parent 81b7719 commit 18a7d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Vagrant.configure('2') do |config|
config.vm.box = 'cloudfoundry/bosh-lite'

config.vm.provider :virtualbox do |v, override|
override.vm.box_version = '9000.103.0' # ci:replace
override.vm.box_version = '9000.104.0' # ci:replace
# To use a different IP address for the bosh-lite director, uncomment this line:
# override.vm.network :private_network, ip: '192.168.59.4', id: :local
end

config.vm.provider :aws do |v, override|
override.vm.box_version = '9000.103.0' # ci:replace
override.vm.box_version = '9000.104.0' # ci:replace
# To turn off public IP echoing, uncomment this line:
# override.vm.provision :shell, id: "public_ip", run: "always", inline: "/bin/true"

Expand Down

0 comments on commit 18a7d27

Please sign in to comment.