Update Vagrantfile to fix an issue where the VM wouldn't boot

This commit is contained in:
Zeusking19 2015-12-24 11:41:35 +00:00
parent f3f478cca4
commit cf7ec3b6cf

2
Vagrantfile vendored
View file

@ -4,7 +4,7 @@ Vagrant.configure("2") do |config|
config.hostmanager.manage_host = true
config.vm.box = 'laravel/homestead-7'
config.vm.box_version = '0.2.0'
config.vm.box_version = '0.2.1'
config.vm.provider "virtualbox" do |v|
v.cpus = 4
v.memory = 2048