We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c3d1c commit 2db59b9Copy full SHA for 2db59b9
infra/build/Dockerfile
@@ -15,7 +15,7 @@ RUN curl https://releases.hashicorp.com/terraform/$TERRAFORM_VERSION/terraform_$
15
unzip -d /usr/local/bin /tmp/terraform.zip && \
16
rm /tmp/terraform.zip
17
18
-ARG AWSCLI_VERSION=2.33.29
+ARG AWSCLI_VERSION=2.33.30
19
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-$AWSCLI_VERSION.zip" -o "awscliv2.zip" && \
20
unzip awscliv2.zip && \
21
./aws/install && \
0 commit comments