diff --git a/packages/opentelemetry-node/Dockerfile b/packages/opentelemetry-node/Dockerfile index 487b3257..2a728ca3 100644 --- a/packages/opentelemetry-node/Dockerfile +++ b/packages/opentelemetry-node/Dockerfile @@ -41,6 +41,6 @@ RUN cp /build/src/packages/opentelemetry-node/autoinstrumentation.js ./ # 3. a "autoinstrumentation.js" in that dir (will be used with `--require ...`). # # See notes at: https://github.com/open-telemetry/opentelemetry-operator/blob/main/autoinstrumentation/nodejs/Dockerfile -FROM docker.elastic.co/wolfi/chainguard-base:latest@sha256:2e3da56229f5673b149191a5451bb4c6ead117a307b0cc98c7a0651ca6f4523e +FROM docker.elastic.co/wolfi/chainguard-base:latest@sha256:de4d5b06ee2074eb716f29e72b170346fd4715e5f083fc83a378603ce5bd9ced COPY --from=build /build/pack /autoinstrumentation RUN chmod -R go+r /autoinstrumentation