mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 19:05:37 +00:00
pkg/node_exporter: Bump to v0.18.1
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
5c190c96e1
commit
facc612603
@ -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.16.0
|
ENV COMMIT=v0.18.1
|
||||||
|
|
||||||
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