Skip to content

Commit

Permalink
build(deps): bump otel/opentelemetry-collector
Browse files Browse the repository at this point in the history
Bumps otel/opentelemetry-collector from `11cb391` to `40c42ab`.

---
updated-dependencies:
- dependency-name: otel/opentelemetry-collector
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 27, 2023
1 parent 671ef2e commit 2d8c972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/opentelemetry/Dockerfile-opentelemetry
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a as otelc_curl
RUN apk --update add curl

FROM otel/opentelemetry-collector:latest@sha256:11cb391eff16542f6fef93be9536454dc5c38552c0285a349f81539e8b7caf85
FROM otel/opentelemetry-collector:latest@sha256:40c42ab9a8514cf03a65eaefa11a7a197f56a1f6f54ec8c98016a755a16be420

COPY --from=otelc_curl / /

Expand Down

0 comments on commit 2d8c972

Please sign in to comment.