Skip to content

Commit

Permalink
build(deps): bump otel/opentelemetry-collector from bba8474 to `9e3…
Browse files Browse the repository at this point in the history
…6620` in /examples/opentelemetry (envoyproxy#33997)

build(deps): bump otel/opentelemetry-collector

Bumps otel/opentelemetry-collector from `bba8474` to `9e36620`.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 7, 2024
1 parent ac1c1d4 commit 0bf91cd
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.19@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b as otelc_curl
RUN apk --update add curl

FROM otel/opentelemetry-collector:latest@sha256:bba8474ea69d11f0450e38c50040efea47f4190723a9fb64cc9d44939b4ade4c
FROM otel/opentelemetry-collector:latest@sha256:9e36620d6c2c193fcdb4a2a4d3c7b7a2cc15dd9d35dcf643727f90a1c43352e4

COPY --from=otelc_curl / /

Expand Down

0 comments on commit 0bf91cd

Please sign in to comment.