From 4e96848feb24ad821ca5f14dc4af9e3c332eff92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 22:36:25 +0000 Subject: [PATCH] Update dependency aws/aws-cli to v2.32.26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0475c83..cc4d3cc 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.32.21 +ARG AWS_CLI_VERSION=2.32.26 # Change workdir WORKDIR /tmp