Skip to content

Commit

Permalink
Merge pull request #131 from UKHomeOffice/kubectl-v1.14.5
Browse files Browse the repository at this point in the history
Update kubectl version in docker image to v1.14.5
  • Loading branch information
KashifSaadat authored Aug 15, 2019
2 parents 33a5b39 + f736c42 commit 0eafeba
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.8
FROM alpine:3.10

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.12.3/bin/linux/amd64/kubectl \
RUN wget https://storage.googleapis.com/kubernetes-release/release/v1.14.5/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 0eafeba

Please sign in to comment.