Skip to content

Commit

Permalink
Merge pull request #4 from idoco/master
Browse files Browse the repository at this point in the history
Update kubectl version
  • Loading branch information
Jesse Newland authored Dec 12, 2017
2 parents 1a76688 + 15c0ba4 commit fe835ca
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 @@ -3,7 +3,7 @@ FROM debian:jessie
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install \
curl

ARG KUBECTL_URL=https://storage.googleapis.com/kubernetes-release/release/v1.4.0/bin/linux/amd64/kubectl
ARG KUBECTL_URL=https://storage.googleapis.com/kubernetes-release/release/v1.8.0/bin/linux/amd64/kubectl
RUN cd /usr/local/bin && curl -O $KUBECTL_URL && chmod 755 kubectl

WORKDIR /usr/src/app
Expand Down

0 comments on commit fe835ca

Please # to comment.