We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65fb034 + 6de0eda commit 4c85b30Copy full SHA for 4c85b30
scripts/awscli.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
set -e
3
4
-AWSCLI_VERSION="${AWSCLI_VERSION:-2.15.25}"
+AWSCLI_VERSION="${AWSCLI_VERSION:-2.17.55}"
5
6
missing=""
7
command -v curl >/dev/null || missing="${missing} curl"
0 commit comments