From e5d252cdea23a5d63b8f34d535a54e7e046d5ed9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 20:38:27 +0000 Subject: [PATCH] Update dependency aws/aws-cli to v2.36.43 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0edb790..c7d5d2a 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.42 +ARG AWS_CLI_VERSION=2.36.43 # renovate: datasource=github-releases depName=kubernetes/kubernetes ARG KUBECTL_VERSION=v1.37.0