From 034766cdf2a91be71eac51d75cdab686c9df36fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 05:32:13 +0000 Subject: [PATCH] Update dependency aws-cli to v2.34.39 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d2d180..2d3b73c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,7 +64,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.34.37 +ENV AWS_CLI_VERSION=2.34.39 RUN curl -lo awscliv2.zip "https://awscli.amazonaws.com/awscli-exe-linux-$(uname -m)-${AWS_CLI_VERSION}.zip" && \ unzip -q awscliv2.zip && \ ./aws/install && \