Skip to content

Commit

Permalink
Update Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
esokullu authored Jan 11, 2018
1 parent 36d6584 commit 593fc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit 593fc32

Please sign in to comment.