Skip to content

Commit be87cf5

Browse files
authored
Merge pull request #361 from vdice/chore/bump-k8s-version
chore(Dockerfile): bump k8s version
2 parents dec22e1 + 5cd8648 commit be87cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM quay.io/deis/go-dev:0.19.0
22

3-
ENV K8S_VERSION=1.4.6
3+
ENV K8S_VERSION=1.6.3
44

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

0 commit comments

Comments
 (0)