Skip to content

Commit

Permalink
chore(Dockerfile): bump kubectl version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaughn Dice committed Nov 21, 2016
1 parent 96c5779 commit f9cbec4
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
@@ -1,6 +1,6 @@
FROM quay.io/deis/go-dev:0.19.0

ENV K8S_VERSION=1.2.6
ENV K8S_VERSION=1.4.6

RUN go get -u -v github.com/onsi/ginkgo/ginkgo \
&& curl -o /usr/local/bin/kubectl -Os https://storage.googleapis.com/kubernetes-release/release/v$K8S_VERSION/bin/linux/amd64/kubectl \
Expand Down

0 comments on commit f9cbec4

Please sign in to comment.