update deps

This commit is contained in:
nyyu 2023-04-02 08:07:29 +02:00
parent ec65c7876d
commit 7de2e56fd9
2 changed files with 5 additions and 4 deletions

View file

@ -8,7 +8,7 @@ networks:
services:
grafana:
image: grafana/grafana:9.4.3
image: grafana/grafana:9.4.7
container_name: grafana
restart: unless-stopped
volumes:
@ -28,7 +28,7 @@ services:
- "traefik.http.routers.grafana.rule=Host(`grafana.${HOST_SUFFIX}`)"
- "traefik.http.routers.grafana.entrypoints=web"
prometheus:
image: prom/prometheus:v2.42.0
image: prom/prometheus:v2.43.0-stringlabels
container_name: prometheus
restart: unless-stopped
volumes: