From baad7cde82f333c91cc53b51a72fdb126638b711 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 01:00:24 +0000 Subject: [PATCH] Update dependency aws/aws-cli to v2.15.11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0e788c4..6cee236 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.10 +ARG AWS_CLI_VERSION=2.15.11 # Install dependencies RUN apk add --no-cache --update git build-base libffi-dev cmake python3 py3-pip python3-dev gcompat