From 5f7aae462f3956e659e631f796245b7051fda9c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 23:09:49 +0000 Subject: [PATCH] Update dependency aws/aws-cli to v2.35.9 --- infra/build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/build/Dockerfile b/infra/build/Dockerfile index 153f7ea..b0ce98d 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.35.7 +ARG AWSCLI_VERSION=2.35.9 RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-$AWSCLI_VERSION.zip" -o "awscliv2.zip" && \ unzip awscliv2.zip && \ ./aws/install && \