From 3ff92c9aa924997041b67d58f8041edd69d50c01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 20:28:33 +0000 Subject: [PATCH] Update dependency aws/aws-cli to v2.36.19 --- infra/build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/build/Dockerfile b/infra/build/Dockerfile index 0d74ec7..f76c8e3 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.24 +ARG AWSCLI_VERSION=2.36.19 RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-$AWSCLI_VERSION.zip" -o "awscliv2.zip" && \ unzip awscliv2.zip && \ ./aws/install && \