We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be6d977 commit 5befd00Copy full SHA for 5befd00
1 file changed
rootfs/Dockerfile
@@ -5,10 +5,10 @@ ENV GLIDE_HOME=/root
5
6
WORKDIR /tmp
7
8
-RUN wget https://github.com/Masterminds/glide/releases/download/0.7.2/glide-0.7.2-linux-amd64.tar.gz && \
9
- tar xvfz glide-0.7.2-linux-amd64.tar.gz && \
+RUN wget https://github.com/Masterminds/glide/releases/download/0.7.2/glide-0.8.0-linux-amd64.tar.gz && \
+ tar xvfz glide-0.8.0-linux-amd64.tar.gz && \
10
mv linux-amd64/glide /usr/local/bin/ && \
11
- rm -rf linux-amd64 glide-0.7.2-linux-amd64.tar.gz
+ rm -rf linux-amd64 glide-0.8.0-linux-amd64.tar.gz
12
13
RUN go get -u -v github.com/golang/lint/golint
14
0 commit comments