chore: Upgrade Node Exporter to 1.1.2

This commit is contained in:
Simon 2021-03-09 11:07:46 +01:00
parent 2fa04dc928
commit 233a0b11f9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ version: '3.8'
services:
node_exporter:
image: ${NODE_EXPORTER_IMAGE:-quay.io/prometheus/node-exporter:v1.1.1}
image: ${NODE_EXPORTER_IMAGE:-quay.io/prometheus/node-exporter:v1.1.2}
container_name: node_exporter
command:
- '--path.rootfs=/host'