Skip to content

Commit

Permalink
fix kubectl version to actual
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Vlasov committed Apr 16, 2017
1 parent d8171ea commit f9446b6
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 @@ -12,7 +12,7 @@ RUN ./letsencrypt-auto; exit 0
RUN echo "OK" > /letsencrypt/challenges/.well-known/acme-challenge/health

# Install kubectl
RUN wget https://storage.googleapis.com/kubernetes-release/release/v1.3.6/bin/linux/amd64/kubectl
RUN wget https://storage.googleapis.com/kubernetes-release/release/v1.6.1/bin/linux/amd64/kubectl
RUN chmod +x kubectl
RUN mv kubectl /usr/local/bin/

Expand Down

0 comments on commit f9446b6

Please sign in to comment.