From 00fdc1a8682b3f60515537d1c85a8815b55e5432 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 22:19:10 +0000 Subject: [PATCH] Update dependency aws/aws-cli to v2.13.30 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 77d0eb1..175b850 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM alpine:3.18.4 AS BUILD # renovate: datasource=github-tags depName=aws/aws-cli extractVersion=(?.*)$ -ARG AWS_CLI_VERSION=2.13.29 +ARG AWS_CLI_VERSION=2.13.30 # Install dependencies RUN apk add --no-cache --update git build-base libffi-dev cmake python3 py3-pip python3-dev gcompat