From 7a738472fa47483e548ef6af34ff689c116faa5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 23:12:20 +0000 Subject: [PATCH] Update dependency aws/aws-cli to v2.24.26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2b0793c..8996036 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM alpine:3.19.1 AS BUILD # renovate: datasource=github-tags depName=aws/aws-cli extractVersion=(?.*)$ -ARG AWS_CLI_VERSION=2.24.25 +ARG AWS_CLI_VERSION=2.24.26 # Install dependencies RUN apk add --no-cache --update git build-base libffi-dev cmake python3 py3-pip python3-dev gcompat