Skip to content

Commit 258e29b

Browse files
authored
chore(rootfs/Dockerfile): update go toolchain to 1.15rc1 (#243)
1 parent c92ba30 commit 258e29b

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
@@ -5,7 +5,7 @@ LABEL name="deis-go-dev" \
55

66
ENV 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 \
@@ -61,7 +61,7 @@ RUN \
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 \

0 commit comments

Comments
 (0)