node_exporter to v1.8.2

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher
2025-01-11 19:49:49 +02:00
parent 0b677673b5
commit 95fcdc3fe0
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ RUN apk add --no-cache go git musl-dev make curl gcc
ENV GOPATH=/go PATH=$PATH:/go/bin
ENV GITBASE=github.com/prometheus
ENV GITREPO=github.com/prometheus/node_exporter
ENV COMMIT=v0.18.1
ENV COMMIT=v1.8.2
RUN mkdir -p /go/src/${GITBASE} \
&& cd /go/src/${GITBASE} \