Skip to content

Commit

Permalink
Merge pull request #6 from Cryptophobia/master
Browse files Browse the repository at this point in the history
Updates from deis/docker-go-dev upstream
  • Loading branch information
Cryptophobia authored Oct 8, 2020
2 parents fccba9e + b669876 commit 4b7834a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ FROM ubuntu:18.04
LABEL name="deis-go-dev" \
maintainer="Matt Boersma <[email protected]>"

ENV AZCLI_VERSION=2.5.1 \
ENV AZCLI_VERSION=2.12.1 \
DOCKER_VERSION=19.03.4 \
GO_VERSION=1.14.3 \
GO_VERSION=1.15.2 \
GLIDE_VERSION=v0.13.3 \
GLIDE_HOME=/root \
HELM_VERSION=v2.16.3 \
HELM_VERSION=v2.16.12 \
KUBECTL_VERSION=v1.16.3 \
ETCDCTL_VERSION=v3.1.8 \
GOLANGCI_LINT_VERSION=v1.27.0 \
GOLANGCI_LINT_VERSION=v1.31.0 \
PROTOBUF_VERSION=3.7.0 \
SHELLCHECK_VERSION=v0.7.1 \
SHFMT_VERSION=3.1.1 \
SHFMT_VERSION=3.1.2 \
PATH=$PATH:/usr/local/go/bin:/go/bin:/usr/local/bin/docker \
GOPATH=/go

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 4b7834a

Please sign in to comment.