Merge pull request #899 from mermaid-js/dependabot/docker/develop/node-18.6.0

chore(deps): bump node from 18.4.0 to 18.6.0
This commit is contained in:
Sidharth Vinod
2022-07-15 14:00:45 +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:18.4.0 as mermaid-live-editor-builder
FROM node:18.6.0 as mermaid-live-editor-builder
COPY --chown=node:node . /home
WORKDIR /home
RUN yarn install