Skip to content

Commit

Permalink
Update kubectl to v1.16.15
Browse files Browse the repository at this point in the history
  • Loading branch information
elmariofredo authored Jan 26, 2021
1 parent d4988f7 commit 1479fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.8

RUN apk add --no-cache git openssh

ADD https://storage.googleapis.com/kubernetes-release/release/v1.11.1/bin/linux/amd64/kubectl /usr/local/bin/kubectl
ADD https://storage.googleapis.com/kubernetes-release/release/v1.16.15/bin/linux/amd64/kubectl /usr/local/bin/kubectl
RUN chmod +x /usr/local/bin/kubectl

ADD run.sh /
Expand Down

0 comments on commit 1479fd7

Please sign in to comment.