Skip to content

Commit

Permalink
node_exporter to v1.8.2
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Deitcher <[email protected]>
  • Loading branch information
deitch committed Jan 12, 2025
1 parent 0b67767 commit 95fcdc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/node_exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ services:
- name: dhcpcd
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
- name: node_exporter
image: linuxkit/node_exporter:a58fcb21c090f32539ad45519fec1ab0381d4c62
image: linuxkit/node_exporter:e8a4d08e3619b892f75109b8e8eeabbd041cc525
2 changes: 1 addition & 1 deletion pkg/node_exporter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit 95fcdc3

Please sign in to comment.