Skip to content

Commit

Permalink
Merge pull request #134 from UKHomeOffice/k8s-1.16
Browse files Browse the repository at this point in the history
Update docker image with kubectl v1.16.8
  • Loading branch information
KashifSaadat authored Mar 30, 2020
2 parents 0df6b89 + 34a7d26 commit 4620379
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.11
FROM alpine:latest

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.15.7/bin/linux/amd64/kubectl \
RUN wget https://storage.googleapis.com/kubernetes-release/release/v1.16.8/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 4620379

Please sign in to comment.