Skip to content

Commit

Permalink
Merge pull request #361 from vdice/chore/bump-k8s-version
Browse files Browse the repository at this point in the history
chore(Dockerfile): bump k8s version
  • Loading branch information
vdice authored May 31, 2017
2 parents dec22e1 + 5cd8648 commit be87cf5
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.4.6
ENV K8S_VERSION=1.6.3

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 be87cf5

Please sign in to comment.