Skip to content

Commit c160d34

Browse files
committed
plywood upgrade
1 parent 36cd15b commit c160d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plywood/server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN echo "Now build server"
1717
RUN npm install
1818
RUN npm run build
1919

20-
FROM node:12.18.3-alpine
20+
FROM node:14.17
2121
RUN addgroup -S plywood && adduser -S plywood
2222
COPY --from=frontend-builder --chown=plywood /app/dist/ /app/dist/
2323
COPY --from=frontend-builder --chown=plywood /app/node_modules/ /app/node_modules/

0 commit comments

Comments
 (0)