chore(deps): update all non-major dependencies

This commit is contained in:
renovate[bot]
2022-11-01 13:19:18 +00:00
committed by GitHub
parent 9e7bdade83
commit c35bae1769
3 changed files with 150 additions and 89 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
# Stop : press ctrl + c
# or
# docker stop mermaid-live-editor
FROM node:18.11.0 as mermaid-live-editor-builder
FROM node:18.12.0 as mermaid-live-editor-builder
COPY --chown=node:node . /home
WORKDIR /home
RUN yarn install