Skip to content

Commit

Permalink
upgrade kubectl to version v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kostegit authored and groundnuty committed Oct 31, 2018
1 parent 78e4a64 commit 5657a82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LABEL org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.build-date=$BUILD_DATE \
org.label-schema.docker.dockerfile="/Dockerfile"

ENV KUBE_LATEST_VERSION="v1.9.2"
ENV KUBE_LATEST_VERSION="v1.11.0"

RUN apk add --update ca-certificates curl jq \
&& curl -L https://storage.googleapis.com/kubernetes-release/release/${KUBE_LATEST_VERSION}/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl \
Expand All @@ -20,4 +20,4 @@ RUN apk add --update ca-certificates curl jq \

ADD wait_for.sh /usr/local/bin/wait_for.sh

ENTRYPOINT ["wait_for.sh"]
ENTRYPOINT ["wait_for.sh"]

0 comments on commit 5657a82

Please sign in to comment.