Update all stable non-major dependencies
All checks were successful
/ Ansible Lint (pull_request) Successful in 3m15s
/ Ansible Lint (push) Successful in 3m21s

This commit is contained in:
Renovate 2026-04-11 19:00:54 +00:00
commit bc2f3b70d1
6 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
services:
prometheus:
image: docker.io/prom/prometheus:v3.10.0
image: docker.io/prom/prometheus:v3.11.1
container_name: prometheus
command:
- '--config.file=/etc/prometheus/prometheus.yml'
@ -19,7 +19,7 @@ services:
- prom_data:/prometheus
alertmanager:
image: docker.io/prom/alertmanager:v0.31.1
image: docker.io/prom/alertmanager:v0.32.0
container_name: alertmanager
command:
- '--config.file=/etc/alertmanager/alertmanager.yaml'