diff --git a/kubectl/Dockerfile b/kubectl/Dockerfile index a7e632a..5d642e9 100644 --- a/kubectl/Dockerfile +++ b/kubectl/Dockerfile @@ -4,6 +4,7 @@ WORKDIR / RUN apt update && apt install -y ca-certificates \ curl +## TODO make VERSION automatically update with dependabot ENV VERSION="1.35.0" RUN curl -sfSOL "https://dl.k8s.io/release/v$VERSION/bin/linux/amd64/kubectl"