Skip to content

Commit

Permalink
Merge pull request #133 from UKHomeOffice/update-kubectl
Browse files Browse the repository at this point in the history
Update kubectl version to v1.15.7
  • Loading branch information
oyelekci authored Jan 21, 2020
2 parents 7b72c46 + 840c5aa commit 0df6b89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM alpine:3.10
FROM alpine:3.11

RUN apk upgrade --no-cache
RUN apk add --no-cache ca-certificates openssl bash
RUN update-ca-certificates

RUN wget https://storage.googleapis.com/kubernetes-release/release/v1.14.5/bin/linux/amd64/kubectl \
RUN wget https://storage.googleapis.com/kubernetes-release/release/v1.15.7/bin/linux/amd64/kubectl \
-O /usr/bin/kubectl && chmod +x /usr/bin/kubectl

COPY bin/kd_linux_amd64 /bin/kd
Expand Down

0 comments on commit 0df6b89

Please sign in to comment.