Merge pull request #9385 from briancain/update-spec-boxes
Update spec box versions
This commit is contained in:
commit
374b19384e
|
@ -1,15 +1,15 @@
|
||||||
# Guest boxes to use for vagrant-spec
|
# Guest boxes to use for vagrant-spec
|
||||||
GUEST_BOXES = {
|
GUEST_BOXES = {
|
||||||
'hashicorp-vagrant/ubuntu-16.04' => '1.0.0',
|
'hashicorp-vagrant/ubuntu-16.04' => '1.0.1',
|
||||||
'hashicorp-vagrant/centos-7.4' => '1.0.0',
|
'hashicorp-vagrant/centos-7.4' => '1.0.1',
|
||||||
'hashicorp-vagrant/windows-10' => '1.0.0',
|
'hashicorp-vagrant/windows-10' => '1.0.0',
|
||||||
'spox/osx-10.12' => '0.0.1'
|
'spox/osx-10.12' => '0.0.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
# Host boxes to run vagrant-spec
|
# Host boxes to run vagrant-spec
|
||||||
HOST_BOXES = {
|
HOST_BOXES = {
|
||||||
'hashicorp-vagrant/ubuntu-16.04' => '1.0.0',
|
'hashicorp-vagrant/ubuntu-16.04' => '1.0.1',
|
||||||
'hashicorp-vagrant/centos-7.4' => '1.0.0',
|
'hashicorp-vagrant/centos-7.4' => '1.0.1',
|
||||||
'hashicorp-vagrant/windows-10' => '1.0.0',
|
'hashicorp-vagrant/windows-10' => '1.0.0',
|
||||||
'spox/osx-10.12' => '0.0.1'
|
'spox/osx-10.12' => '0.0.1'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue