From abea669ab39e83c050ae7a8a3808d85cde01e544 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 19:23:01 +0000 Subject: [PATCH] Update dependency aws/aws-cli to v2.15.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 49bb361..f6a1f7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM alpine:3.19.0 AS BUILD # renovate: datasource=github-tags depName=aws/aws-cli extractVersion=(?.*)$ -ARG AWS_CLI_VERSION=2.15.0 +ARG AWS_CLI_VERSION=2.15.1 # Install dependencies RUN apk add --no-cache --update git build-base libffi-dev cmake python3 py3-pip python3-dev gcompat