Skip to content

Commit 96e0e93

Browse files
author
Vaughn Dice
authored
Merge pull request #338 from vdice/bump-kubectl-version
chore(Dockerfile): bump kubectl version
2 parents 96c5779 + f9cbec4 commit 96e0e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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.2.6
3+
ENV K8S_VERSION=1.4.6
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)