Release 1.11.0 (#1716)

This commit is contained in:
Vishal
2020-09-16 22:27:02 +05:30
committed by GitHub
parent f3fe3123b3
commit 2b805fc7ca
8 changed files with 62 additions and 33 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
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.16.1-linux-amd64.tar.gz | 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
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -e
#set -x