From d5f82e2aceeb1537f3ae2a113442409fb9f4477a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 10:52:17 +0000 Subject: [PATCH] Update dependency aws/aws-cli to v2.34.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c40e7a9..e9eeb0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM python:3.11-alpine AS build # renovate: datasource=github-tags depName=aws/aws-cli extractVersion=(?.*)$ -ARG AWS_CLI_VERSION=2.34.2 +ARG AWS_CLI_VERSION=2.34.3 # Change workdir WORKDIR /tmp