We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7c1850 + 7278546 commit 51b4205Copy full SHA for 51b4205
packer/linux/base/scripts/install-utils.sh
@@ -2,7 +2,7 @@
2
3
set -euo pipefail
4
5
-AWS_CLI_LINUX_VERSION=2.28.15
+AWS_CLI_LINUX_VERSION=2.31.26
6
7
case $(uname -m) in
8
x86_64) ARCH=amd64 ;;
packer/windows/base/scripts/install-utils.ps1
@@ -1,7 +1,7 @@
1
# Stop script execution when a non-terminating error occurs
$ErrorActionPreference = "Stop"
-$AWS_CLI_WINDOWS_VERSION = "2.28.15"
+$AWS_CLI_WINDOWS_VERSION = "2.31.26"
$GIT_VERSION = "2.39.1"
Write-Output "Installing chocolatey package manager"
0 commit comments