From d8b5089b99ac74a14a5da07a3b80f8502a5f45ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 21:24:33 +0000 Subject: [PATCH] Update dependency aws/aws-cli to v2.33.30 --- infra/build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/build/Dockerfile b/infra/build/Dockerfile index 0790943..6db5b44 100644 --- a/infra/build/Dockerfile +++ b/infra/build/Dockerfile @@ -15,7 +15,7 @@ RUN curl https://releases.hashicorp.com/terraform/$TERRAFORM_VERSION/terraform_$ unzip -d /usr/local/bin /tmp/terraform.zip && \ rm /tmp/terraform.zip -ARG AWSCLI_VERSION=2.33.29 +ARG AWSCLI_VERSION=2.33.30 RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-$AWSCLI_VERSION.zip" -o "awscliv2.zip" && \ unzip awscliv2.zip && \ ./aws/install && \