From 0b6a559773beaebf8340b495e89ba94e5659a89b Mon Sep 17 00:00:00 2001 From: Julian Nonino Date: Sun, 29 Dec 2024 01:47:21 +0000 Subject: [PATCH] Update to version 2.22.25 (#264) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5761795..cf684ef 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.22.24 +ARG AWS_CLI_VERSION=2.22.25 # Install dependencies RUN apk add --no-cache --update git build-base libffi-dev cmake python3 py3-pip python3-dev gcompat