Release 1.11.1 (#1838)

Release 1.11.1 along with some changes to release script
This commit is contained in:
Vishal
2020-10-15 11:06:05 +05:30
committed by GitHub
parent ab94b68571
commit 6e3c42f238
9 changed files with 89 additions and 257 deletions
+1
View File
@@ -1,4 +1,5 @@
FROM golang:1.12.13
ENV GO111MODULE on
RUN mkdir -p /go/src/github.com/fission
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://get.helm.sh/helm-v3.3.0-linux-amd64.tar.gz | tar xvz -C /usr/local/bin/ --strip 1