Skip to content

Commit 49e0c89

Browse files
committed
Try using slimmer build for backend services
1 parent d91d7d5 commit 49e0c89

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

ApiGatewayService/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use an official Node.js runtime as a parent image
2-
FROM node:14
2+
FROM node:bookworm-slim
33

44
# Set the working directory in the container
55
WORKDIR /usr/src/api-gateway

AuthService/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use an official Node.js runtime as a parent image
2-
FROM node:14
2+
FROM node:bookworm-slim
33

44
# Set the working directory in the container
55
WORKDIR /usr/src/auth-service

ChatService/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use an official Node.js runtime as a parent image
2-
FROM node:14
2+
FROM node:bookworm-slim
33

44
# Set the working directory in the container
55
WORKDIR /usr/src/chat-service

CollabService/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use an official Node.js runtime as a parent image
2-
FROM node:14
2+
FROM node:bookworm-slim
33

44
# Set the working directory in the container
55
WORKDIR /usr/src/collab-service

MatchingService/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use an official Node.js runtime as a parent image
2-
FROM node:14
2+
FROM node:bookworm-slim
33

44
# Set the working directory in the container
55
WORKDIR /usr/src/matching-service

QuestionService/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use an official Node.js runtime as a parent image
2-
FROM node:14
2+
FROM node:bookworm-slim
33

44
# Set the working directory in the container
55
WORKDIR /usr/src/question-service

UserService/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use an official Node.js runtime as a parent image
2-
FROM node:14
2+
FROM node:bookworm-slim
33

44
# Set the working directory in the container
55
WORKDIR /usr/src/user-service

0 commit comments

Comments
 (0)