Skip to content

Commit fd98e04

Browse files
committed
//
1 parent 36cd15b commit fd98e04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plywood/server/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:12.18.3-alpine as frontend-builder
1+
FROM node:14.5.0-alpine as frontend-builder
22
ARG version
33
RUN apk update
44
RUN apk add git
@@ -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.5.0-alpine
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)