We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0df6b89 + 34a7d26 commit 4620379Copy full SHA for 4620379
Dockerfile
@@ -1,10 +1,10 @@
1
-FROM alpine:3.11
+FROM alpine:latest
2
3
RUN apk upgrade --no-cache
4
RUN apk add --no-cache ca-certificates openssl bash
5
RUN update-ca-certificates
6
7
-RUN wget https://storage.googleapis.com/kubernetes-release/release/v1.15.7/bin/linux/amd64/kubectl \
+RUN wget https://storage.googleapis.com/kubernetes-release/release/v1.16.8/bin/linux/amd64/kubectl \
8
-O /usr/bin/kubectl && chmod +x /usr/bin/kubectl
9
10
COPY bin/kd_linux_amd64 /bin/kd
0 commit comments