Merge pull request #121 from gukoff/patch-1
Bump node.js from 13.6 to 14.16
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user