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

Commit 8be68a0

Browse files
author
CI
committed
Update box version to 9000.131.0
1 parent 8f60221 commit 8be68a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Vagrantfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ Vagrant.configure('2') do |config|
22
config.vm.box = 'cloudfoundry/bosh-lite'
33

44
config.vm.provider :virtualbox do |v, override|
5-
override.vm.box_version = '9000.130.0' # ci:replace
5+
override.vm.box_version = '9000.131.0' # ci:replace
66
# To use a different IP address for the bosh-lite director, uncomment this line:
77
# override.vm.network :private_network, ip: '192.168.59.4', id: :local
88
end
99

1010
config.vm.provider :aws do |v, override|
11-
override.vm.box_version = '9000.130.0' # ci:replace
11+
override.vm.box_version = '9000.131.0' # ci:replace
1212
# To turn off public IP echoing, uncomment this line:
1313
# override.vm.provision :shell, id: "public_ip", run: "always", inline: "/bin/true"
1414

0 commit comments

Comments
 (0)