Skip to content

Commit

Permalink
Pin AWS CLI to version 2.13.33
Browse files Browse the repository at this point in the history
Due to current bug in AWS CLI upstream dependencies that cause it to fail to install. aws/aws-cli#8320
  • Loading branch information
alec-notable committed Nov 13, 2023
1 parent 665706f commit 39667bd
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 39667bd

Please sign in to comment.