From 2e8196d9ab81e03964ec27639fcf54c6f58386d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 23:55:27 +0000 Subject: [PATCH] Update dependency aws/aws-cli to v2.35.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7538c3b..e48e1f8 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.35.8 +ARG AWS_CLI_VERSION=2.35.9 # Change workdir WORKDIR /tmp