Skip to content

Commit

Permalink
Bump node-exporter source to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmb12686 committed Apr 20, 2021
1 parent fabff10 commit f1a41ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apk update && apk add --no-cache git && \
apk add --no-cache bash

RUN mkdir -p $GOPATH/src/github.com/prometheus/node_exporter && \
git clone --branch v0.18.1 --depth 1 https://github.com/prometheus/node_exporter.git $GOPATH/src/github.com/prometheus/node_exporter
git clone --branch v1.1.2 --depth 1 https://github.com/prometheus/node_exporter.git $GOPATH/src/github.com/prometheus/node_exporter
WORKDIR $GOPATH/src/github.com/prometheus/node_exporter
RUN make build

Expand Down

0 comments on commit f1a41ae

Please sign in to comment.