Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
chore(rootfs/Dockerfile): update go toolchain to 1.15rc1 (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma authored Jul 29, 2020
1 parent c92ba30 commit 258e29b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL name="deis-go-dev" \

ENV AZCLI_VERSION=2.9.1 \
DOCKER_VERSION=19.03.4 \
GO_VERSION=1.14.6 \
GO_VERSION=1.15rc1 \
GLIDE_VERSION=v0.13.3 \
GLIDE_HOME=/root \
HELM_VERSION=v2.16.9 \
Expand Down Expand Up @@ -61,7 +61,7 @@ RUN \
wget \
yq \
zip \
&& curl -L https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz | tar -C /usr/local -xz \
&& curl -L https://golang.org/dl/go${GO_VERSION}.linux-amd64.tar.gz | tar -C /usr/local -xz \
&& curl -sSL https://github.com/Masterminds/glide/releases/download/${GLIDE_VERSION}/glide-${GLIDE_VERSION}-linux-amd64.tar.gz \
| tar -vxz -C /usr/local/bin --strip=1 \
&& curl -sSL -o /tmp/protoc.zip https://github.com/google/protobuf/releases/download/v${PROTOBUF_VERSION}/protoc-${PROTOBUF_VERSION}-linux-x86_64.zip \
Expand Down

0 comments on commit 258e29b

Please sign in to comment.