diff --git a/kubectl/Dockerfile b/kubectl/Dockerfile index e106dfda..b39f3234 100644 --- a/kubectl/Dockerfile +++ b/kubectl/Dockerfile @@ -7,7 +7,7 @@ FROM alpine:3.18 # renovate: datasource=github-tags depName=kubernetes/kubectl -ENV KUBECTL_VERSION=v0.27.2 +ENV KUBECTL_VERSION=v0.28.3 # hadolint ignore=DL3018,DL3013 RUN apk add --no-cache ca-certificates bash \