From 2aacaf40066e450f77b7d8192314143e8a130fdf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 13:53:15 +0000 Subject: [PATCH] chore(deps): update prom/prometheus:latest docker digest to 4921475 --- Examples/OTLP Exporter/docker-compose.yaml | 2 +- Examples/OTLP HTTP Exporter/docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/OTLP Exporter/docker-compose.yaml b/Examples/OTLP Exporter/docker-compose.yaml index 594b6dde..4d9906c2 100644 --- a/Examples/OTLP Exporter/docker-compose.yaml +++ b/Examples/OTLP Exporter/docker-compose.yaml @@ -24,7 +24,7 @@ services: # Prometheus prometheus: container_name: prometheus - image: prom/prometheus:latest@sha256:23031bfe0e74a13004252caaa74eccd0d62b6c6e7a04711d5b8bf5b7e113adc7 + image: prom/prometheus:latest@sha256:49214755b6153f90a597adcbff0252cc61069f8ab69ce8411285cd4a560e8038 volumes: - ./prometheus.yaml:/etc/prometheus/prometheus.yml ports: diff --git a/Examples/OTLP HTTP Exporter/docker-compose.yaml b/Examples/OTLP HTTP Exporter/docker-compose.yaml index 744d9260..08daa4c1 100644 --- a/Examples/OTLP HTTP Exporter/docker-compose.yaml +++ b/Examples/OTLP HTTP Exporter/docker-compose.yaml @@ -25,7 +25,7 @@ services: # Prometheus prometheus: container_name: prometheus - image: prom/prometheus:latest@sha256:23031bfe0e74a13004252caaa74eccd0d62b6c6e7a04711d5b8bf5b7e113adc7 + image: prom/prometheus:latest@sha256:49214755b6153f90a597adcbff0252cc61069f8ab69ce8411285cd4a560e8038 volumes: - ./prometheus.yaml:/etc/prometheus/prometheus.yml ports: