diff options
| author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-12-11 18:58:19 +0100 |
|---|---|---|
| committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-12-11 18:58:19 +0100 |
| commit | 1cc862dc8c43377a8fdee2d2ac6ede6cebbfd3df (patch) | |
| tree | 05cea75d839c7c5573d0a49dc2ac39c600ce2b36 | |
| parent | 70b825169e0f21a18911afcc432ae686cdb2dfc7 (diff) | |
- 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
| -rw-r--r-- | cadvisor/compose.yaml | 2 | ||||
| -rw-r--r-- | docuseal/compose.yaml | 2 | ||||
| -rw-r--r-- | privatebin/compose.yaml | 2 | ||||
| -rw-r--r-- | prometheus/compose.yaml | 2 | ||||
| -rw-r--r-- | 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: |
