File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LABEL name="deis-go-dev" \
55
66ENV AZCLI_VERSION=2.9.1 \
77 DOCKER_VERSION=19.03.4 \
8- GO_VERSION=1.14.6 \
8+ GO_VERSION=1.15rc1 \
99 GLIDE_VERSION=v0.13.3 \
1010 GLIDE_HOME=/root \
1111 HELM_VERSION=v2.16.9 \
6161 wget \
6262 yq \
6363 zip \
64- && curl -L https://storage.googleapis.com/golang /go${GO_VERSION}.linux-amd64.tar.gz | tar -C /usr/local -xz \
64+ && curl -L https://golang.org/dl /go${GO_VERSION}.linux-amd64.tar.gz | tar -C /usr/local -xz \
6565 && curl -sSL https://github.com/Masterminds/glide/releases/download/${GLIDE_VERSION}/glide-${GLIDE_VERSION}-linux-amd64.tar.gz \
6666 | tar -vxz -C /usr/local/bin --strip=1 \
6767 && curl -sSL -o /tmp/protoc.zip https://github.com/google/protobuf/releases/download/v${PROTOBUF_VERSION}/protoc-${PROTOBUF_VERSION}-linux-x86_64.zip \
You can’t perform that action at this time.
0 commit comments