We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d02af commit 407d917Copy full SHA for 407d917
build/tools/Dockerfile
@@ -1,7 +1,7 @@
1
FROM docker.io/library/alpine:3.12
2
3
RUN apk add --no-cache openssl
4
-ARG VERSION=v1.19.0
+ARG VERSION=v1.19.1
5
RUN wget "https://storage.googleapis.com/kubernetes-release/release/${VERSION}/bin/linux/amd64/kubectl" \
6
-O /usr/local/bin/kubectl \
7
&& chmod +x /usr/local/bin/kubectl
0 commit comments