From 6b335f80136ec7a1651e3af394de4148f825f0b0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 1 Nov 2025 14:31:41 +0000 Subject: [PATCH] chore(package): update docker.io/prom/prometheus docker tag to v3.7.3 --- tasks/prometheus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/prometheus.yaml b/tasks/prometheus.yaml index ae48918..9f8d8b2 100644 --- a/tasks/prometheus.yaml +++ b/tasks/prometheus.yaml @@ -56,7 +56,7 @@ # run prometheus name: "prometheus" - image: "docker.io/prom/prometheus:v3.7.2" + image: "docker.io/prom/prometheus:v3.7.3" image_name_mismatch: "recreate" restart_policy: "unless-stopped" network_mode: "host" -- GitLab