From 36e3a5bd51c4a2494c66474ffd50861605100dd1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 20:54:31 +0000 Subject: [PATCH] Update dependency aws/aws-cli to v2.36.11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7e7eb5d..bb1eead 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM python:3.14-alpine AS build # renovate: datasource=github-tags depName=aws/aws-cli extractVersion=(?.*)$ -ARG AWS_CLI_VERSION=2.36.10 +ARG AWS_CLI_VERSION=2.36.11 # Change workdir WORKDIR /tmp