Merge pull request #390 from mermaid-js/dependabot/docker/develop/node-16.10.0

chore(deps): bump node from 16.9.1 to 16.10.0
This commit is contained in:
Sidharth Vinod
2021-09-24 22:27:52 +05:30
committed by GitHub
+1 -1
View File
@@ -6,7 +6,7 @@
# Stop : press ctrl + c
# or
# docker stop mermaid-live-editor
FROM node:16.9.1 as mermaid-live-editor-builder
FROM node:16.10.0 as mermaid-live-editor-builder
COPY --chown=node:node . /home
WORKDIR /home
RUN yarn install