From e1253f83cde5f552acabd2b42a558441553022e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 17:02:24 +0000 Subject: [PATCH] chore(deps): update prom/prometheus:latest docker digest to 23031bf --- 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 196d0bf7..f0a4ca03 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:ff7e389acbe064a4823212a500393d40a28a8f362e4b05cbf6742a9a3ef736b2 + image: prom/prometheus:latest@sha256:23031bfe0e74a13004252caaa74eccd0d62b6c6e7a04711d5b8bf5b7e113adc7 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 860c0d2f..744d9260 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:ff7e389acbe064a4823212a500393d40a28a8f362e4b05cbf6742a9a3ef736b2 + image: prom/prometheus:latest@sha256:23031bfe0e74a13004252caaa74eccd0d62b6c6e7a04711d5b8bf5b7e113adc7 volumes: - ./prometheus.yaml:/etc/prometheus/prometheus.yml ports: