We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 114c87c + 7840a10 commit 0c8616cCopy full SHA for 0c8616c
packages/grpc-js-xds/interop/Dockerfile
@@ -16,7 +16,7 @@
16
# following command from grpc-node directory:
17
# docker build -t <TAG> -f packages/grpc-js-xds/interop/Dockerfile .
18
19
-FROM node:16-alpine as build
+FROM node:18-slim as build
20
21
# Make a grpc-node directory and copy the repo into it.
22
WORKDIR /node/src/grpc-node
@@ -27,7 +27,7 @@ RUN npm install
27
WORKDIR /node/src/grpc-node/packages/grpc-js-xds
28
RUN npm install
29
30
-FROM node:16-alpine
+FROM node:18-slim
31
32
COPY --from=build /node/src/grpc-node/packages/grpc-js ./packages/grpc-js/
33
COPY --from=build /node/src/grpc-node/packages/grpc-js-xds ./packages/grpc-js-xds/
0 commit comments