Skip to content

Commit 9441de7

Browse files
committed
grpc-js-xds: Use distroless Node image for interop Dockerfile
1 parent 09d74ca commit 9441de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/grpc-js-xds/interop/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN npm install
2727
WORKDIR /node/src/grpc-node/packages/grpc-js-xds
2828
RUN npm install
2929

30-
FROM node:18-slim
30+
FROM gcr.io/distroless/nodejs18-debian11:latest
3131
WORKDIR /node/src/grpc-node
3232
COPY --from=build /node/src/grpc-node/packages/grpc-js ./packages/grpc-js/
3333
COPY --from=build /node/src/grpc-node/packages/grpc-js-xds ./packages/grpc-js-xds/

0 commit comments

Comments
 (0)