From 5b325c7819f23e00dfc0681a3442895a5ac0c6fc Mon Sep 17 00:00:00 2001 From: Popey Gilbert Date: Fri, 27 Mar 2015 16:32:04 +0000 Subject: [PATCH] Update Vagrantfile --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 692e73425..44212bccb 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -11,7 +11,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| vb.gui = true end - config.vm.box = "hashicorp/precise64" + config.vm.box = "ubuntu/trusty64" config.vm.network "forwarded_port", guest: 3000, host: 3000