diff --git a/demo-app/compose.yaml b/demo-app/compose.yaml index 1057fd5bb..9c93de66f 100644 --- a/demo-app/compose.yaml +++ b/demo-app/compose.yaml @@ -1,6 +1,6 @@ services: collector: - image: "otel/opentelemetry-collector-contrib@sha256:e39311df1f3d941923c00da79ac7ba6269124a870ee87e3c3ad24d60f8aee4d2" + image: "otel/opentelemetry-collector-contrib@sha256:973747f78266a8ffec428417727e6b704559e9a30e4be8c1cca2899facd68689" volumes: - ./collector.yaml:/etc/demo-collector.yaml entrypoint: ["/otelcol-contrib"]