update virualbox and packer requirements

This commit is contained in:
Jeffrey Martin 2022-01-07 10:23:51 -06:00
parent 2d20351f92
commit f133b1b74f
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
$ErrorActionPreference = "Stop"
$virtualBoxMinVersion = "5.1.10"
$packerMinVersion = "0.10.0"
$virtualBoxMinVersion = "6.1.0"
$packerMinVersion = "1.6.0"
$vagrantMinVersion = "1.9.0"
$vagrantreloadMinVersion = "0.0.1"
$packer = "packer.exe"

View File

@ -1,8 +1,8 @@
#!/bin/bash
min_vbox_ver="5.1.10"
min_vbox_ver="6.1.0"
min_vagrant_ver="1.9.0"
min_packer_ver="0.10.0"
min_packer_ver="1.6.0"
min_vagrantreload_ver="0.0.1"
min_vagrantvmware_ver="0.0.1"
min_vagrantparallels_ver="0.0.1"