Skip to content

Commit

Permalink
Update otel/opentelemetry-collector Docker tag to v0.108.0 (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 31, 2024
1 parent c809dcd commit 329631d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose-tracing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- "16686:16686" #jaeger UI
# Collector
otel-collector:
image: "otel/opentelemetry-collector:0.107.0"
image: "otel/opentelemetry-collector:0.108.0"
restart: always
command: ["--config=/etc/otel-collector-config.yaml", "${OTELCOL_ARGS}"]
volumes:
Expand Down

0 comments on commit 329631d

Please sign in to comment.