Skip to content

Commit

Permalink
Merge pull request #6 from BrianBerzins/1.6.0
Browse files Browse the repository at this point in the history
1.6.0
  • Loading branch information
brianberzins authored Mar 30, 2017
2 parents a9d036b + 0d20b6d commit 735945c
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
@@ -1,5 +1,5 @@
FROM alpine

RUN mkdir /root/.kube
ADD https://storage.googleapis.com/kubernetes-release/release/v1.5.4/bin/linux/amd64/kubectl /usr/local/bin/kubectl
ADD https://storage.googleapis.com/kubernetes-release/release/v1.6.0/bin/linux/amd64/kubectl /usr/local/bin/kubectl
RUN chmod a+x /usr/local/bin/kubectl

0 comments on commit 735945c

Please sign in to comment.