From 1cc862dc8c43377a8fdee2d2ac6ede6cebbfd3df Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Thu, 11 Dec 2025 18:58:19 +0100 Subject: Update Cadvisor, Docuseal, PrivateBin, Prometheus and Syncthing images. - Cadvisor: v0.53.0 -> 0.54.1 - Docuseal: 2.2.0 -> 2.2.5 - PrivateBin: 2.0.2 -> 2.0.3 - Prometheus: v3.7.3 -> v3.8.0 - Syncthing: 2.0.11 -> 2.0.12 --- cadvisor/compose.yaml | 2 +- docuseal/compose.yaml | 2 +- privatebin/compose.yaml | 2 +- prometheus/compose.yaml | 2 +- syncthing/compose.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cadvisor/compose.yaml b/cadvisor/compose.yaml index 0a460a3..6ce8bb7 100644 --- a/cadvisor/compose.yaml +++ b/cadvisor/compose.yaml @@ -1,7 +1,7 @@ --- services: cadvisor: - image: ghcr.io/google/cadvisor:v0.53.0 + image: ghcr.io/google/cadvisor:0.54.1 container_name: cadvisor ports: - 10.0.0.1:8084:8080 diff --git a/docuseal/compose.yaml b/docuseal/compose.yaml index f26e34f..3272223 100644 --- a/docuseal/compose.yaml +++ b/docuseal/compose.yaml @@ -2,7 +2,7 @@ services: docuseal: container_name: docuseal - image: docuseal/docuseal:2.2.0 + image: docuseal/docuseal:2.2.5 ports: - 10.0.0.1:3030:3000 volumes: diff --git a/privatebin/compose.yaml b/privatebin/compose.yaml index 983c36b..dfd7da4 100644 --- a/privatebin/compose.yaml +++ b/privatebin/compose.yaml @@ -1,6 +1,6 @@ services: nginx-fpm-alpine: - image: privatebin/nginx-fpm-alpine:2.0.2 + image: privatebin/nginx-fpm-alpine:2.0.3 restart: unless-stopped read_only: true ports: diff --git a/prometheus/compose.yaml b/prometheus/compose.yaml index 6a2bea3..b9170a3 100644 --- a/prometheus/compose.yaml +++ b/prometheus/compose.yaml @@ -4,7 +4,7 @@ volumes: driver: local services: prometheus: - image: docker.io/prom/prometheus:v3.7.3 + image: docker.io/prom/prometheus:v3.8.0 container_name: prometheus ports: - 10.0.0.1:9090:9090 diff --git a/syncthing/compose.yaml b/syncthing/compose.yaml index 3ad439b..6998635 100644 --- a/syncthing/compose.yaml +++ b/syncthing/compose.yaml @@ -1,6 +1,6 @@ services: syncthing: - image: ghcr.io/syncthing/syncthing:2.0.11 + image: ghcr.io/syncthing/syncthing:2.0.12 container_name: syncthing hostname: VPS environment: -- cgit v1.2.3