From 1b89e08b0db3776f2c8544479c3ff6e875e4e868 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 9 Sep 2014 14:43:13 -0700 Subject: [PATCH] Update to 12.04 in vagrantfile for building --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 82d2d96b9a..65d36f7942 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -32,7 +32,7 @@ sudo apt-get install -y curl git-core zip SCRIPT Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| - config.vm.box = "chef/ubuntu-10.04" + config.vm.box = "chef/ubuntu-12.04" config.vm.provision "shell", inline: $script