Skip to content

Commit ad51819

Browse files
committed
Update kubectl to v1.21.14
1 parent fcee34b commit ad51819

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.20.15/bin/linux/amd64/kubectl \
7+
RUN wget https://storage.googleapis.com/kubernetes-release/release/v1.21.14/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)