We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410bc34 commit 6a81d5cCopy full SHA for 6a81d5c
opentelemetry/Dockerfile-opentelemetry
@@ -1,7 +1,7 @@
1
FROM alpine:3.20@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5 AS otelc_curl
2
RUN apk --update add curl
3
4
-FROM otel/opentelemetry-collector:latest@sha256:8f9b68ea9c2d88710c1b904420ece52d391765d04e7a1732adb280d0afe96377
+FROM otel/opentelemetry-collector:latest@sha256:aef3e6d742fb69b94e9c0813a028449d28438bb6f9c93cb5d0b8d0704b78ae65
5
6
COPY --from=otelc_curl / /
7
0 commit comments