From d7ca554efe71f631595af21e83850e68390d182e Mon Sep 17 00:00:00 2001 From: Kiran Keshavamurthy Date: Thu, 12 Jan 2023 16:39:44 +0530 Subject: [PATCH] bump packer to 1.8.5 --- images/capi/hack/ensure-packer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/capi/hack/ensure-packer.sh b/images/capi/hack/ensure-packer.sh index 452dda590b..00f3babc58 100755 --- a/images/capi/hack/ensure-packer.sh +++ b/images/capi/hack/ensure-packer.sh @@ -20,7 +20,7 @@ set -o pipefail [[ -n ${DEBUG:-} ]] && set -o xtrace -_version="1.8.3" +_version="1.8.5" # Change directories to the parent directory of the one in which this # script is located.