Skip to content

Commit 2db59b9

Browse files
Update dependency aws/aws-cli to v2.33.30 (#63)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 42c3d1c commit 2db59b9

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.29
18+
ARG AWSCLI_VERSION=2.33.30
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)