From 14f47ed218d1cb4af35042bfc01b34a40855fa50 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 29 May 2026 00:04:29 +0000 Subject: [PATCH] Update prom/prometheus Docker tag to v3.12.0 --- project/monitoring/prometheus/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/monitoring/prometheus/prometheus.yml b/project/monitoring/prometheus/prometheus.yml index 1a3f019..4b83df6 100644 --- a/project/monitoring/prometheus/prometheus.yml +++ b/project/monitoring/prometheus/prometheus.yml @@ -4,7 +4,7 @@ services: file: ${TEMPLATES_PATH} service: default container_name: prometheus - image: prom/prometheus:v3.11.3 + image: prom/prometheus:v3.12.0 ports: - 9090:9090 networks: -- 2.54.0