Skip to content

Commit 1afc454

Browse files
POC-1168: Update Packer version to 1.13.1 in userdata script
1 parent 3d32b8b commit 1afc454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/userdata.sh.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dnf update -y
66
dnf install -y unzip python3-pip sshpass
77

88
# Install Packer
9-
PACKER_VERSION="1.10.0"
9+
PACKER_VERSION="1.13.1"
1010
PACKER_PACKAGE_NAME=$(printf "packer_%s_linux_amd64.zip" $PACKER_VERSION)
1111

1212
curl -LO "https://releases.hashicorp.com/packer/$PACKER_VERSION/$PACKER_PACKAGE_NAME"

0 commit comments

Comments
 (0)