From 9216cefdf5ffd5b27815165bac87f9189d00e62b Mon Sep 17 00:00:00 2001 From: Eric Busalacchi Date: Wed, 23 Oct 2024 11:31:36 -0400 Subject: [PATCH] chore: update prometheus version v2.55.0 (#3223) --- prom-stack.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prom-stack.tmpl b/prom-stack.tmpl index 7fcdea869..e864cd85b 100644 --- a/prom-stack.tmpl +++ b/prom-stack.tmpl @@ -13,7 +13,7 @@ networks: services: prometheus: container_name: prometheus - image: prom/prometheus:v2.33.1 + image: prom/prometheus:v2.55.0 volumes: - ./container/prometheus/:/etc/prometheus/ - prometheus_data:/prometheus