File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM golang:1.6.2
22
3- ENV GLIDE_VERSION=0.10.2 GLIDE_HOME=/root GO15VENDOREXPERIMENT=1
3+ ENV GLIDE_VERSION=v0.11.0 GLIDE_HOME=/root GO15VENDOREXPERIMENT=1
44
55RUN apt-get update && apt-get install -y \
66 jq \
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \
99 zip \
1010 --no-install-recommends \
1111 && rm -rf /var/lib/apt/lists/* \
12- && curl -sSL https://github.com/Masterminds/glide/releases/download/$GLIDE_VERSION/glide-$GLIDE_VERSION-linux-amd64.tar.gz \
12+ && curl -sSL https://github.com/Masterminds/glide/releases/download/$GLIDE_VERSION/glide-$GLIDE_VERSION-linux-amd64.tar.gz \
1313 | tar -vxz -C /usr/local/bin --strip=1 \
1414 && curl -L https://s3-us-west-2.amazonaws.com/get-deis/shellcheck-0.4.3-linux-amd64 -o /usr/local/bin/shellcheck \
1515 && chmod +x /usr/local/bin/shellcheck \
You can’t perform that action at this time.
0 commit comments