Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit d83ecf2

Browse files
author
Daryl Lozupone
committed
Constrain box version
1 parent 3707b34 commit d83ecf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Vagrantfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@
340340
Vagrant.configure(2) do |config|
341341

342342
config.vm.box = "wplib/wplib"
343+
config.vm.box_version = "0.13.0"
343344

344345
File.write('IP', "10.10.10.#{rand(10..250)}") if not File.exists?('IP')
345346
File.write('HOSTNAME', "wplib.box") if not File.exists?('HOSTNAME')

0 commit comments

Comments
 (0)