From 593fc32dbd376bac5098f95b360bfdc8907f2b45 Mon Sep 17 00:00:00 2001 From: Emre Sokullu Date: Thu, 11 Jan 2018 08:25:00 -0800 Subject: [PATCH] Update Vagrantfile --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 1fee532..c89561a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -5,7 +5,7 @@ VAGRANTFILE_API_VERSION = "2" Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.box = "phonetworks/xenial-pho" - config.vm.box_version = ">= 2.1.0" + config.vm.box_version = ">= 2.2.0" config.vm.synced_folder "./", "/opt/pho-kernel" ## in case of network connectivity issues config.vm.provider "virtualbox" do |v|