Merge pull request #121 from gukoff/patch-1

Bump node.js from 13.6 to 14.16
This commit is contained in:
Sidharth Vinod
2021-03-25 19:14:37 +05:30
committed by GitHub
+1 -1
View File
@@ -8,7 +8,7 @@
# docker stop mermaid-live-editor
FROM node:13.6.0-alpine as mermaid-live-editor-builder
FROM node:14.16.0-alpine3.13 as mermaid-live-editor-builder
COPY --chown=node:node . /home
WORKDIR /home
RUN yarn install