From 52709d0e80ef40a2447cef4c1d7d08a04b8846cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 08:41:42 +0000 Subject: [PATCH] chore(deps): update alpine/kubectl docker tag to v1.37.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c9dfd88..943ab18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM alpine/kubectl:1.36.3 +FROM alpine/kubectl:1.37.0 COPY kubectl-conditioner /usr/local/bin/kubectl-conditioner ENTRYPOINT ["kubectl"]