Skip to content

Commit a40ce13

Browse files
committed
Update Dockerfile to use node:20 instead of node:20-slim
1 parent 7ec4fcb commit a40ce13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/board-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ WORKDIR /build/packages/board-server
1313
RUN npm run build
1414

1515
# Production stage
16-
FROM node:20-slim
16+
FROM node:20
1717

1818
ARG STORAGE_BACKEND
1919
ARG ALLOWED_ORIGINS=""

0 commit comments

Comments
 (0)