From 3271ef83262d2bfa45fc892b5cce2a30979ea70b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 26 Feb 2026 05:47:11 +0000 Subject: [PATCH] chore(package): update docker.io/prom/prometheus docker tag to v3.10.0 --- tasks/prometheus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/prometheus.yaml b/tasks/prometheus.yaml index 9dc9bab..b5fd2d7 100644 --- a/tasks/prometheus.yaml +++ b/tasks/prometheus.yaml @@ -58,7 +58,7 @@ # run prometheus name: "prometheus" - image: "docker.io/prom/prometheus:v3.9.1" + image: "docker.io/prom/prometheus:v3.10.0" image_name_mismatch: "recreate" restart_policy: "unless-stopped" network_mode: "host" -- GitLab