diff --git a/docker-compose-prometheus.yaml b/docker-compose-prometheus.yaml index da6466e..30aa5af 100644 --- a/docker-compose-prometheus.yaml +++ b/docker-compose-prometheus.yaml @@ -20,7 +20,7 @@ services: depends_on: - prometheus prometheus: - image: prom/prometheus:v2.53.1 + image: prom/prometheus:v2.55.0 volumes: - ./prometheus/config.yaml:/etc/prometheus/config.yaml entrypoint: ['prometheus', '--config.file', '/etc/prometheus/config.yaml']