Skip to content

Commit

Permalink
chore(deps): update ghcr.io/open-telemetry/opentelemetry-collector-re…
Browse files Browse the repository at this point in the history
…leases/opentelemetry-collector-contrib docker tag to v0.113.0
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent bf46125 commit 45d9c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.otel-collector
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RUN apt update \
&& apt upgrade -y \
&& apt autoremove -y \
&& apt install -y systemd libssl-dev
FROM --platform=${BUILDPLATFORM:-linux/amd64} ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib:0.110.0
FROM --platform=${BUILDPLATFORM:-linux/amd64} ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib:0.113.0
LABEL source_repository="https://github.com/greenhouse-extensions"
COPY --from=journal /lib/x86_64-linux-gnu/libc.so.6 /lib/x86_64-linux-gnu/libc.so.6
COPY --from=journal /lib64/ld-linux-x86-64.so.2 /lib64/ld-linux-x86-64.so.2
Expand Down

0 comments on commit 45d9c98

Please sign in to comment.