Skip to content

Commit 8d0d6a4

Browse files
committed
Update Kubectl to v1.18.17
1 parent c4d5401 commit 8d0d6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apk upgrade --no-cache
44
RUN apk add --no-cache ca-certificates openssl bash
55
RUN update-ca-certificates
66

7-
RUN wget https://storage.googleapis.com/kubernetes-release/release/v1.17.9/bin/linux/amd64/kubectl \
7+
RUN wget https://storage.googleapis.com/kubernetes-release/release/v1.18.17/bin/linux/amd64/kubectl \
88
-O /usr/bin/kubectl && chmod +x /usr/bin/kubectl
99

1010
COPY bin/kd_linux_amd64 /bin/kd

0 commit comments

Comments
 (0)