From 7c4cd3b671736dd9f0ea7131501fd49e11ff5a43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 04:49:09 +0000 Subject: [PATCH] chore(deps): update alpine/kubectl docker tag to v1.36.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e451114..115fcd9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM alpine/kubectl:1.36.0 +FROM alpine/kubectl:1.36.1 COPY kubectl-conditioner /usr/local/bin/kubectl-conditioner ENTRYPOINT ["kubectl"]