chore(deps): update all non-major dependencies

This commit is contained in:
renovate[bot]
2023-02-07 18:30:45 +00:00
committed by GitHub
parent 65c1ea844c
commit d3b25e5cb8
3 changed files with 68 additions and 67 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
# Stop : press ctrl + c
# or
# docker stop mermaid-live-editor
FROM node:18.13.0 as mermaid-live-editor-builder
FROM node:18.14.0 as mermaid-live-editor-builder
COPY --chown=node:node . /home
WORKDIR /home
RUN yarn install