From e4d4985a1d2eb2447663da7e640b2c895f5c0a9c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 2 Dec 2025 10:32:22 +0000 Subject: [PATCH] chore(package): update docker.io/prom/prometheus docker tag to v3.8.0 --- tasks/prometheus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/prometheus.yaml b/tasks/prometheus.yaml index df27ee6..8c0a7ec 100644 --- a/tasks/prometheus.yaml +++ b/tasks/prometheus.yaml @@ -58,7 +58,7 @@ # run prometheus name: "prometheus" - image: "docker.io/prom/prometheus:v3.7.2" + image: "docker.io/prom/prometheus:v3.8.0" image_name_mismatch: "recreate" restart_policy: "unless-stopped" network_mode: "host"