Vagrantfile should use a much newer Ubuntu

This commit is contained in:
Mitchell Hashimoto 2014-09-04 15:29:03 -07:00
parent 49ac4acdd2
commit 2e2f59a87b
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-14.04"
config.vm.provision "shell", inline: $script