diff --git a/Vagrantfile b/Vagrantfile index 71b4fd6fa6..38d0bec025 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -30,7 +30,7 @@ echo "** [ZEND] Visit http://localhost:8085 in your browser for to view the appl SCRIPT Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| - config.vm.box = 'chef/ubuntu-14.04' + config.vm.box = 'bento/ubuntu-14.04' config.vm.network "forwarded_port", guest: 80, host: 8085 config.vm.hostname = "skeleton-zf.local" config.vm.synced_folder '.', '/var/www/zf'