Skip to content

Commit

Permalink
deps: set node_exporter image version to v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aslafy-z authored Aug 3, 2023
1 parent 9bd97d9 commit 4923ee4
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 4923ee4

Please sign in to comment.