mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
pkg/node_exporter: Update to 0.16.0
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
1a6b6b2db9
commit
3672843dc9
@ -4,7 +4,7 @@ RUN apk add --no-cache go git musl-dev make
|
|||||||
|
|
||||||
ENV GOPATH=/go PATH=$PATH:/go/bin
|
ENV GOPATH=/go PATH=$PATH:/go/bin
|
||||||
ENV GITREPO=github.com/prometheus/node_exporter
|
ENV GITREPO=github.com/prometheus/node_exporter
|
||||||
ENV COMMIT=v0.15.1
|
ENV COMMIT=v0.16.0
|
||||||
|
|
||||||
RUN go get -d ${GITREPO} \
|
RUN go get -d ${GITREPO} \
|
||||||
&& cd /go/src/${GITREPO} \
|
&& cd /go/src/${GITREPO} \
|
||||||
|
Loading…
Reference in New Issue
Block a user