grpc-js-xds: Use distroless Node image for interop Dockerfile

This commit is contained in:
Michael Lumish 2023-06-22 16:52:53 -07:00
parent 09d74ca43d
commit 9441de78f6
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ RUN npm install
WORKDIR /node/src/grpc-node/packages/grpc-js-xds
RUN npm install
FROM node:18-slim
FROM gcr.io/distroless/nodejs18-debian11:latest
WORKDIR /node/src/grpc-node
COPY --from=build /node/src/grpc-node/packages/grpc-js ./packages/grpc-js/
COPY --from=build /node/src/grpc-node/packages/grpc-js-xds ./packages/grpc-js-xds/