Skip to content

Commit

Permalink
Merge pull request #15 from kube-logging/aslafy-z-patch-12
Browse files Browse the repository at this point in the history
deps: set node_exporter image version to v1.6.1
  • Loading branch information
pepov authored Aug 7, 2023
2 parents 3dba54f + 10c29d3 commit b907d6d
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
@@ -1,6 +1,6 @@
FROM ghcr.io/kube-logging/custom-runner:v0.7.1 as custom-runner

FROM quay.io/prometheus/node-exporter:master
FROM quay.io/prometheus/node-exporter:v1.6.1

COPY --from=custom-runner /runner /

Expand Down

0 comments on commit b907d6d

Please sign in to comment.