Skip to content

Commit

Permalink
build(deps): bump otel/opentelemetry-collector from 1cffbc3 to `847…
Browse files Browse the repository at this point in the history
…3e4b` in /examples/opentelemetry (envoyproxy#34575)

build(deps): bump otel/opentelemetry-collector

Bumps otel/opentelemetry-collector from `1cffbc3` to `8473e4b`.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 7, 2024
1 parent f039f4d commit 62645ec
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.20@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd as otelc_curl
RUN apk --update add curl

FROM otel/opentelemetry-collector:latest@sha256:1cffbc33556826c5185cebc1b1dbe1e056b3417bd422cdd4a03747dc6d19388f
FROM otel/opentelemetry-collector:latest@sha256:8473e4b0e81ecc8aa238b5e10a53659ce0e6559d5159d77f8f01f3ecbb1f3391

COPY --from=otelc_curl / /

Expand Down

0 comments on commit 62645ec

Please sign in to comment.