From ba19ec26e20d60c037517e5069578ac770067431 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 21:48:40 +0000 Subject: [PATCH] Update dependency aws/aws-cli to v2.36.31 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 52f5ec1..6b3a3aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ LABEL maintainer="Julian Nonino " # Args ARG TARGETARCH # renovate: datasource=github-tags depName=aws/aws-cli extractVersion=(?.*)$ -ARG AWS_CLI_VERSION=2.36.28 +ARG AWS_CLI_VERSION=2.36.31 # renovate: datasource=github-releases depName=kubernetes/kubernetes ARG KUBECTL_VERSION=v1.36.4