From 086102059ebf3b04e73bbe0edc94fc7e5efcaf06 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 28 Apr 2026 04:47:07 +0000 Subject: [PATCH] chore(package): update docker.io/prom/prometheus docker tag to v3.11.3 --- tasks/prometheus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/prometheus.yaml b/tasks/prometheus.yaml index b8d39b7..e953b58 100644 --- a/tasks/prometheus.yaml +++ b/tasks/prometheus.yaml @@ -58,7 +58,7 @@ # run prometheus name: "prometheus" - image: "docker.io/prom/prometheus:v3.11.2" + image: "docker.io/prom/prometheus:v3.11.3" image_name_mismatch: "recreate" restart_policy: "unless-stopped" network_mode: "host"