diff --git a/Dockerfile b/Dockerfile index 8143a0a08b..4ce92c3f6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,6 @@ RUN --mount=type=cache,target=/root/.cache/go-build \ go generate ./... \ && go build -o otel-go-instrumentation ./cli/... -FROM gcr.io/distroless/base-debian12@sha256:d605e138bb398428779e5ab490a6bbeeabfd2551bd919578b1044718e5c30798 +FROM gcr.io/distroless/base-debian12@sha256:fa15492938650e1a5b87e34d47dc7d99a2b4e8aefd81b931b3f3eb6bb4c1d2f6 COPY --from=builder /usr/src/go.opentelemetry.io/auto/otel-go-instrumentation / CMD ["/otel-go-instrumentation"]