From a77a4928ec6dbc7dd7c2b9bac63dcc2fb506d14a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 10:39:04 +0000 Subject: [PATCH] chore(deps): update otel/opentelemetry-collector:latest docker digest to 089a8b3 --- Examples/OTLP HTTP Exporter/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/OTLP HTTP Exporter/docker-compose.yaml b/Examples/OTLP HTTP Exporter/docker-compose.yaml index bd5a6e13..200e53dc 100644 --- a/Examples/OTLP HTTP Exporter/docker-compose.yaml +++ b/Examples/OTLP HTTP Exporter/docker-compose.yaml @@ -2,7 +2,7 @@ version: "3" services: # Collector collector: - image: otel/opentelemetry-collector:latest@sha256:98fd3b410ae8a939be9588f1580c4b7c3da6ebba49f5363df4259a827aabb779 + image: otel/opentelemetry-collector:latest@sha256:089a8b3c81d328a190f6f0740b30c15b0c7f1f2cfeadeb810355574d5158b31c # The latest image of the otel-collector may not work, so specifying the version that works with this release # image: otel/opentelemetry-collector:latest command: ["--config=/conf/collector-config.yaml"]