chore(node-exporter): use fixed sha

This commit is contained in:
Michele Cereda
2024-05-20 16:08:04 +02:00
parent 4ebf6d76ed
commit 40f2a365cc
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ version: '3.8'
services:
node_exporter:
container_name: node_exporter
image: quay.io/prometheus/node-exporter:v1.8.0
image: quay.io/prometheus/node-exporter:v1.8.0@sha256:8a57af80a4c77ffb97749b44895248563616fcfd405b5370d5db35fe6c15e4ec
command:
- '--path.rootfs=/host'
network_mode: host