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

Commit 18a7d27

Browse files
author
CI
committed
Update box version to 9000.104.0
1 parent 81b7719 commit 18a7d27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Vagrantfile

Lines changed: 2 additions & 2 deletions
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.103.0' # ci:replace
5+
override.vm.box_version = '9000.104.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.103.0' # ci:replace
11+
override.vm.box_version = '9000.104.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)