diff --git a/demo-app/compose.yaml b/demo-app/compose.yaml index 03e84df80..6cedadfef 100644 --- a/demo-app/compose.yaml +++ b/demo-app/compose.yaml @@ -1,6 +1,6 @@ services: collector: - image: "otel/opentelemetry-collector-contrib@sha256:d57bfe8eee2378f31cb1193239fbcac521d54a5a071fca2bfc106916a32b892d" + image: "otel/opentelemetry-collector-contrib@sha256:f41d7995565df3733b7568702073a9c490792f9c6ac60684fe6a4da21a313f8d" volumes: - ./collector.yaml:/etc/demo-collector.yaml entrypoint: ["/otelcol-contrib"]