Skip to content

Commit

Permalink
Merge pull request #1 from NotableFinance/pin-aws-cli-version
Browse files Browse the repository at this point in the history
Pin AWS CLI to version 2.13.33
  • Loading branch information
alec-notable authored Nov 13, 2023
2 parents 665706f + 39667bd commit 1a1f869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function indent() {
esac
}

AWS_CLI_URL="https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip"
AWS_CLI_URL="https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.13.33.zip"

BUILD_DIR=$1
BUILDPACK_DIR="$(dirname $(dirname $0))"
Expand Down

0 comments on commit 1a1f869

Please sign in to comment.