From a8cc84fe9a8e1501c069efdd8c51d905aa91ccf6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 21:43:17 +0000 Subject: [PATCH] Update dependency aws/aws-cli to v2.13.37 (#62) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d7d8181..860716c 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.36 +ARG AWS_CLI_VERSION=2.13.37 # Install dependencies RUN apk add --no-cache --update git build-base libffi-dev cmake python3 py3-pip python3-dev gcompat