Skip to content

Commit

Permalink
build(deps): update node-exporter to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nightah committed Apr 27, 2024
1 parent db94f3e commit 90d0188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.exporters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2.1'
services:

nodeexporter:
image: prom/node-exporter:v1.7.0
image: prom/node-exporter:v1.8.0
container_name: nodeexporter
volumes:
- /proc:/host/proc:ro
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
org.label-schema.group: "monitoring"

nodeexporter:
image: prom/node-exporter:v1.7.0
image: prom/node-exporter:v1.8.0
container_name: nodeexporter
volumes:
- /proc:/host/proc:ro
Expand Down

0 comments on commit 90d0188

Please sign in to comment.