Skip to content

Commit

Permalink
Merge pull request #7 from utilitywarehouse/upgrade
Browse files Browse the repository at this point in the history
upgraded kubectl to 1.8.1
  • Loading branch information
alkar authored Oct 19, 2017
2 parents e36b295 + 43e5342 commit ffc4711
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 @@ -6,7 +6,7 @@ WORKDIR /go/src/github.com/utilitywarehouse/kube-applier
ADD . /go/src/github.com/utilitywarehouse/kube-applier
ADD templates/* /templates/
ADD static/ /static/
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.8.1/bin/linux/amd64/kubectl /usr/local/bin/kubectl

RUN apk --update --no-cache add ca-certificates git go musl-dev \
&& chmod +x /usr/local/bin/kubectl \
Expand All @@ -15,4 +15,4 @@ RUN apk --update --no-cache add ca-certificates git go musl-dev \
&& apk del go musl-dev \
&& rm -rf $GOPATH /var/cache/apk/*

CMD [ "/kube-applier" ]
CMD [ "/kube-applier" ]

0 comments on commit ffc4711

Please sign in to comment.