Skip to content

Commit 325e492

Browse files
authored
Merge pull request #81 from mboersma/update-helm-and-kubectl
chore(Dockerfile): update helm and kubectl
2 parents 2622785 + ebf93af commit 325e492

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rootfs/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ ENV AZCLI_VERSION=2.0.8 \
44
GO_VERSION=1.8.3 \
55
GLIDE_VERSION=v0.12.3 \
66
GLIDE_HOME=/root \
7-
HELM_VERSION=v2.4.2 \
8-
KUBECTL_VERSION=v1.6.4 \
7+
HELM_VERSION=v2.5.1 \
8+
KUBECTL_VERSION=v1.7.2 \
99
SHELLCHECK_VERSION=v0.4.6 \
1010
PATH=$PATH:/usr/local/go/bin:/go/bin:/usr/local/bin/docker \
1111
GOPATH=/go

0 commit comments

Comments
 (0)