From c515595921d1d8b91f77457b350e8c48466efc54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 02:03:57 +0000 Subject: [PATCH] chore(deps): update prom/prometheus to v2.55.1 (#102) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index e6fb288..02d0240 100644 --- a/compose.yaml +++ b/compose.yaml @@ -14,7 +14,7 @@ services: container_name: alertmanager prometheus: - image: prom/prometheus:v2.55.0 + image: prom/prometheus:v2.55.1 container_name: prometheus volumes: - ./dev/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml