From 46de0c4bca568d3ba136bf4b58929f3094efc5a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 21:40:54 +0000 Subject: [PATCH] Update dependency aws/aws-cli to v2.33.29 --- infra/build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/build/Dockerfile b/infra/build/Dockerfile index 70c3e1c..4f7d086 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.28 +ARG AWSCLI_VERSION=2.33.29 RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-$AWSCLI_VERSION.zip" -o "awscliv2.zip" && \ unzip awscliv2.zip && \ ./aws/install && \