Skip to content

Commit 3c4d827

Browse files
Update dependency aws/aws-cli to v2.33.15
1 parent 7068415 commit 3c4d827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN curl https://releases.hashicorp.com/terraform/$TERRAFORM_VERSION/terraform_$
1515
unzip -d /usr/local/bin /tmp/terraform.zip && \
1616
rm /tmp/terraform.zip
1717

18-
ARG AWSCLI_VERSION=2.33.14
18+
ARG AWSCLI_VERSION=2.33.15
1919
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-$AWSCLI_VERSION.zip" -o "awscliv2.zip" && \
2020
unzip awscliv2.zip && \
2121
./aws/install && \

0 commit comments

Comments
 (0)