From f6af3124d6adefd43448f53e77fad771df3c1d53 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Sun, 12 Oct 2025 18:21:21 +0200 Subject: Update Docuseal, Gotify, PrivateBin, Prometheus & Syncthing images. - Docuseal: 2.1.5 -> 2.1.7 - Gotify: 2.7.2 -> 2.7.3 - PrivateBin: 2.0.0 -> 2.0.1 - Prometheus: v3.5.0 -> v3.6.0 - Syncthing: 2.0.9 -> 2.0.10 --- 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 8ff7158..9a042a8 100644 --- a/prometheus/compose.yaml +++ b/prometheus/compose.yaml @@ -4,7 +4,7 @@ volumes: driver: local services: prometheus: - image: docker.io/prom/prometheus:v3.5.0 + image: docker.io/prom/prometheus:v3.6.0 container_name: prometheus ports: - 10.0.0.1:9090:9090 -- cgit v1.2.3