Skip to content

Commit 0c8616c

Browse files
authored
Merge pull request #2405 from murgatroid99/grpc-js-xds_node_18_1.8.x
grpc-js-xds: Use Debian and Node 18 in interop Dockerfile (1.8.x)
2 parents 114c87c + 7840a10 commit 0c8616c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/grpc-js-xds/interop/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# following command from grpc-node directory:
1717
# docker build -t <TAG> -f packages/grpc-js-xds/interop/Dockerfile .
1818

19-
FROM node:16-alpine as build
19+
FROM node:18-slim as build
2020

2121
# Make a grpc-node directory and copy the repo into it.
2222
WORKDIR /node/src/grpc-node
@@ -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:16-alpine
30+
FROM node:18-slim
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)