Skip to content

Commit

Permalink
grpc-js-xds: Use distroless Node image for interop Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed Jun 23, 2023
1 parent 09d74ca commit 9441de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grpc-js-xds/interop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 9441de7

Please sign in to comment.