From 18a7d27938abd24ac09a37491c02b3b75dbbccc1 Mon Sep 17 00:00:00 2001 From: CI Date: Wed, 16 Mar 2016 19:12:45 +0000 Subject: [PATCH] Update box version to 9000.104.0 --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 56ea2f07..7b6891c5 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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"