Skip to content

Commit

Permalink
Merge pull request #102 from UKHomeOffice/kubectl-v1.9.9
Browse files Browse the repository at this point in the history
Release branch for kubectl v1.9, for kd docker image
  • Loading branch information
KashifSaadat authored Jul 24, 2018
2 parents eb7d973 + abf4281 commit 87e0924
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 @@ -4,7 +4,7 @@ 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.10.5/bin/linux/amd64/kubectl \
RUN wget https://storage.googleapis.com/kubernetes-release/release/v1.9.9/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 87e0924

Please sign in to comment.