Update release-builder go and helm version (#1418)

This commit is contained in:
Ta-Ching Chen
2019-11-18 18:06:11 +08:00
committed by GitHub
parent 7a770b8627
commit 70803e37fa
+2 -2
View File
@@ -1,4 +1,4 @@
FROM golang:1.11.6
FROM golang:1.12.13
ENV GO111MODULE on
RUN wget -qO- https://download.docker.com/linux/static/stable/x86_64/docker-17.03.0-ce.tgz | tar xvz -C /usr/local/bin/ --strip 1
RUN wget -qO- https://storage.googleapis.com/kubernetes-helm/helm-v2.9.1-linux-amd64.tar.gz | tar xvz -C /usr/local/bin/ --strip 1
RUN wget -qO- https://storage.googleapis.com/kubernetes-helm/helm-v2.16.1-linux-amd64.tar.gz | tar xvz -C /usr/local/bin/ --strip 1