From d7a3f76c4ab6d644444b8f1c152e12c2b659b7d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 18:05:54 +0000 Subject: [PATCH] Update dependency aws-cli to v2.33.31 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c145c0e..c118ae7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,7 +62,7 @@ RUN curl -L "https://download.docker.com/linux/static/stable/$(uname -m)/docker- # https://github.com/aws/aws-cli/tags # renovate: datasource=github-tags depName=aws-cli packageName=aws/aws-cli -ENV AWS_CLI_VERSION=2.33.30 +ENV AWS_CLI_VERSION=2.33.31 RUN curl -lo awscliv2.zip "https://awscli.amazonaws.com/awscli-exe-linux-$(uname -m)-${AWS_CLI_VERSION}.zip" && \ unzip -q awscliv2.zip && \ ./aws/install && \