Skip to content

Commit

Permalink
Merge pull request #8 from BrianBerzins/1.6.2
Browse files Browse the repository at this point in the history
1.6.2
  • Loading branch information
brianberzins authored Apr 24, 2017
2 parents 15ee73b + 8cb9be1 commit 1e8f800
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.6.1/bin/linux/amd64/kubectl /usr/local/bin/kubectl
ADD https://storage.googleapis.com/kubernetes-release/release/v1.6.2/bin/linux/amd64/kubectl /usr/local/bin/kubectl
RUN chmod a+x /usr/local/bin/kubectl

0 comments on commit 1e8f800

Please sign in to comment.