From 4a4a9f5ebba85114fe8534d50f359c6c62da13cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 21:42:47 +0000 Subject: [PATCH] chore(deps): update otel/opentelemetry-collector-contrib docker digest to 1ab0bab --- demo-app/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-app/compose.yaml b/demo-app/compose.yaml index 98a089a26..527a573ab 100644 --- a/demo-app/compose.yaml +++ b/demo-app/compose.yaml @@ -1,6 +1,6 @@ services: collector: - image: "otel/opentelemetry-collector-contrib@sha256:e94cfd92357aa21f4101dda3c0c01f90e6f24115ba91b263c4d09fed7911ae68" + image: "otel/opentelemetry-collector-contrib@sha256:1ab0baba0ee3695d823c46653d8a6e8894896e668ce8bd7ebe002e948d827bc7" volumes: - ./collector.yaml:/etc/demo-collector.yaml entrypoint: ["/otelcol-contrib"]