Skip to content

Commit

Permalink
Merge pull request #6 from pauvos/master
Browse files Browse the repository at this point in the history
update kubectl to v1.13
  • Loading branch information
jnewland authored Mar 8, 2019
2 parents fe835ca + 59b9343 commit f3e1cc7
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.8.0/bin/linux/amd64/kubectl
ARG KUBECTL_URL=https://storage.googleapis.com/kubernetes-release/release/v1.13.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 f3e1cc7

Please # to comment.