File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Use an official Node.js runtime as a parent image
2
- FROM node:14
2
+ FROM node:bookworm-slim
3
3
4
4
# Set the working directory in the container
5
5
WORKDIR /usr/src/api-gateway
Original file line number Diff line number Diff line change 1
1
# Use an official Node.js runtime as a parent image
2
- FROM node:14
2
+ FROM node:bookworm-slim
3
3
4
4
# Set the working directory in the container
5
5
WORKDIR /usr/src/auth-service
Original file line number Diff line number Diff line change 1
1
# Use an official Node.js runtime as a parent image
2
- FROM node:14
2
+ FROM node:bookworm-slim
3
3
4
4
# Set the working directory in the container
5
5
WORKDIR /usr/src/chat-service
Original file line number Diff line number Diff line change 1
1
# Use an official Node.js runtime as a parent image
2
- FROM node:14
2
+ FROM node:bookworm-slim
3
3
4
4
# Set the working directory in the container
5
5
WORKDIR /usr/src/collab-service
Original file line number Diff line number Diff line change 1
1
# Use an official Node.js runtime as a parent image
2
- FROM node:14
2
+ FROM node:bookworm-slim
3
3
4
4
# Set the working directory in the container
5
5
WORKDIR /usr/src/matching-service
Original file line number Diff line number Diff line change 1
1
# Use an official Node.js runtime as a parent image
2
- FROM node:14
2
+ FROM node:bookworm-slim
3
3
4
4
# Set the working directory in the container
5
5
WORKDIR /usr/src/question-service
Original file line number Diff line number Diff line change 1
1
# Use an official Node.js runtime as a parent image
2
- FROM node:14
2
+ FROM node:bookworm-slim
3
3
4
4
# Set the working directory in the container
5
5
WORKDIR /usr/src/user-service
You can’t perform that action at this time.
0 commit comments