From 3ecbf5f4a34ea6ea97ba252b5c0d0e983aad59f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 22:35:30 +0000 Subject: [PATCH] Update dependency aws/aws-cli to v2.34.30 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d4b223f..a46a6ca 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.34.29 +ARG AWS_CLI_VERSION=2.34.30 # Change workdir WORKDIR /tmp