From c0cc0df8563e93d7f3f0f6f8b35abdb5c7439a61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 22:29:25 +0000 Subject: [PATCH] Update dependency aws/aws-cli to v2.35.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 12f6591..44bb6b8 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.35.4 +ARG AWS_CLI_VERSION=2.35.6 # renovate: datasource=github-releases depName=kubernetes/kubernetes ARG KUBECTL_VERSION=v1.36.2