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 0c7bcfa commit 5c2d66aCopy full SHA for 5c2d66a
Dockerfile
@@ -1,5 +1,5 @@
1
FROM alpine:3.8
2
-ARG KUBECTL_VERSION=1.9.1
+ARG KUBECTL_VERSION=1.11.7
3
RUN apk add --update python python-dev py-pip build-base curl bash vim jq git openssl-dev libffi-dev gettext bind-tools
4
RUN curl -o /usr/local/bin/kubectl "https://storage.googleapis.com/kubernetes-release/release/v$KUBECTL_VERSION/bin/linux/amd64/kubectl" && \
5
chmod +x /usr/local/bin/kubectl && \
0 commit comments