Skip to content

Commit

Permalink
force version of box (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
miya0001 authored Jan 30, 2018
1 parent 725ec81 commit 0b4edc9
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 @@ -43,7 +43,7 @@ Vagrant.configure(2) do |config|
end

config.vm.box = ENV['wp_box'] || _conf['wp_box']
config.vm.box_version = "<= 20180107"
config.vm.box_version = "= 20180107"
config.ssh.forward_agent = true

config.vm.box_check_update = true
Expand Down

0 comments on commit 0b4edc9

Please sign in to comment.