From 566e86633b4e950e096bde3e5f919800f3a7f347 Mon Sep 17 00:00:00 2001 From: CI Date: Wed, 23 Sep 2015 22:33:37 +0000 Subject: [PATCH] Update box version to 9000.56.0 --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 23fb0fa3..76402378 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.55.0' # ci:replace + override.vm.box_version = '9000.56.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.55.0' # ci:replace + override.vm.box_version = '9000.56.0' # ci:replace # To turn off public IP echoing, uncomment this line: # override.vm.provision :shell, id: "public_ip", run: "always", inline: "/bin/true"