Skip to content

Commit d2a2af9

Browse files
authored
Merge pull request #1245 from mboersma/bump-packer
Bump Packer to v1.9.2
2 parents b04db6b + c134620 commit d2a2af9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

images/capi/hack/ensure-packer.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ set -o pipefail
2020

2121
[[ -n ${DEBUG:-} ]] && set -o xtrace
2222

23-
_version="1.9.1"
23+
# **DO NOT** change the Packer version: v1.9.2 is the last release under the MPL v2.0 license.
24+
_version="1.9.2"
2425

2526
# Change directories to the parent directory of the one in which this
2627
# script is located.

0 commit comments

Comments
 (0)