From e97b700f76b717f252b932505156b6d20df0f9bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 21:52:21 +0000 Subject: [PATCH] Update dependency aws/aws-cli to v2.36.10 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aee3eec..7e7eb5d 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.8 +ARG AWS_CLI_VERSION=2.36.10 # Change workdir WORKDIR /tmp