From 8cf280552a4ea8909b4aa94efa4d0aac2125897f Mon Sep 17 00:00:00 2001 From: CI Date: Thu, 28 Apr 2016 17:49:49 +0000 Subject: [PATCH] Update box version to 9000.112.0 --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 94cbba5b..69350205 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.110.0' # ci:replace + override.vm.box_version = '9000.112.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.110.0' # ci:replace + override.vm.box_version = '9000.112.0' # ci:replace # To turn off public IP echoing, uncomment this line: # override.vm.provision :shell, id: "public_ip", run: "always", inline: "/bin/true"