pkg/node_exporter: Bump to v0.18.1

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2020-04-13 13:48:37 +01:00
parent 5c190c96e1
commit facc612603

View File

@ -4,7 +4,7 @@ RUN apk add --no-cache go git musl-dev make
ENV GOPATH=/go PATH=$PATH:/go/bin
ENV GITREPO=github.com/prometheus/node_exporter
ENV COMMIT=v0.16.0
ENV COMMIT=v0.18.1
RUN go get -d ${GITREPO} \
&& cd /go/src/${GITREPO} \