Vagrantfile should use a much newer Ubuntu
This commit is contained in:
parent
49ac4acdd2
commit
2e2f59a87b
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user