We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f32ec9 commit f023c65Copy full SHA for f023c65
Dockerfile
@@ -28,6 +28,6 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
28
go generate ./... \
29
&& go build -o otel-go-instrumentation ./cli/...
30
31
-FROM gcr.io/distroless/base-debian12@sha256:125eb09bbd8e818da4f9eac0dfc373892ca75bec4630aa642d315ecf35c1afb7
+FROM gcr.io/distroless/base-debian12@sha256:27769871031f67460f1545a52dfacead6d18a9f197db77110cfc649ca2a91f44
32
COPY --from=builder /usr/src/go.opentelemetry.io/auto/otel-go-instrumentation /
33
CMD ["/otel-go-instrumentation"]
0 commit comments