From b2e9d291bb7c8dff15e885f020e3dfbea85a2261 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Thu, 25 Dec 2025 21:27:29 +0100 Subject: Update cAdvisor, Docuseal & Prometheus images. - cAdvisor: 0.54.1 -> 0.55.1 - Docuseal: 2.2.5 -> 2.2.7 - Prometheus: 3.8.0 -> 3.8.1 --- prometheus/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prometheus/compose.yaml') diff --git a/prometheus/compose.yaml b/prometheus/compose.yaml index b9170a3..15a88a2 100644 --- a/prometheus/compose.yaml +++ b/prometheus/compose.yaml @@ -4,7 +4,7 @@ volumes: driver: local services: prometheus: - image: docker.io/prom/prometheus:v3.8.0 + image: docker.io/prom/prometheus:v3.8.1 container_name: prometheus ports: - 10.0.0.1:9090:9090 -- cgit v1.2.3