We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79b17cc + 8c3e75d commit bff89f4Copy full SHA for bff89f4
kubectl/Dockerfile
@@ -4,6 +4,7 @@ WORKDIR /
4
RUN apt update && apt install -y ca-certificates \
5
curl
6
7
+## TODO make VERSION automatically update with dependabot
8
ENV VERSION="1.35.0"
9
RUN curl -sfSOL "https://dl.k8s.io/release/v$VERSION/bin/linux/amd64/kubectl"
10
0 commit comments