From 36462d8e81a21534c299b8a5b221e7505466b1ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 12:35:56 +0000 Subject: [PATCH] chore(deps): update alpine/kubectl docker tag to v1.36.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0ebbad0..c9dfd88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM alpine/kubectl:1.36.2 +FROM alpine/kubectl:1.36.3 COPY kubectl-conditioner /usr/local/bin/kubectl-conditioner ENTRYPOINT ["kubectl"]