From b367dfc7cf2b0971bdb407f778b82c3b8e5b32a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 22:51:00 +0000 Subject: [PATCH] Update dependency aws/aws-cli to v2.32.17 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c93b38f..178cf1a 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.15 +ARG AWS_CLI_VERSION=2.32.17 # Change workdir WORKDIR /tmp