Update to 12.04 in vagrantfile for building

This commit is contained in:
Mitchell Hashimoto 2014-09-09 14:43:13 -07:00
parent c724f161c5
commit 1b89e08b0d
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -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