Skip to content

Commit 38319dd

Browse files
authored
Update Dockerfile
Signed-off-by: Chimi1999 <143087281+Chimi1999@users.noreply.github.com>
1 parent 944b4ef commit 38319dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ RUN yarn global add patch-package
6363
RUN yarn build
6464

6565
# Stage 2: Production stage
66-
FROM node:18.19.0-slim
66+
FROM node:18.19.0-bookworm AS runtime
6767

6868
WORKDIR /app
6969

0 commit comments

Comments
 (0)