mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-14 06:09:48 +00:00
pkg/node_exporter: Bump to v0.18.1
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
@@ -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} \
|
||||
|
Reference in New Issue
Block a user