Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update otel/opentelemetry-collector-contrib:latest docker digest to 5ac3e0b #36

Merged
merged 1 commit into from
Nov 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ services:
retries: 20

otel_collector:
image: otel/opentelemetry-collector-contrib:latest@sha256:2203eea06554f892c765d6eff8069cdf64ae8d4516526d03cab4a70e82775495
image: otel/opentelemetry-collector-contrib:latest@sha256:5ac3e0ba2b0bd00943d067e7d8c262fd75cbe85878e59fb9879cd3eb481c69ee
container_name: ${OTEL_LOCAL_CONTAINER_NAME}
volumes:
- ./otel-collector-config.yaml:/etc/otel/config.yaml
Expand Down
Loading