chore(deps): update all non-major dependencies

This commit is contained in:
renovate[bot]
2022-09-09 13:16:21 +00:00
parent 0d13a451de
commit fa634ad25a
3 changed files with 25 additions and 11 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
# Stop : press ctrl + c
# or
# docker stop mermaid-live-editor
FROM node:18.8.0 as mermaid-live-editor-builder
FROM node:18.9.0 as mermaid-live-editor-builder
COPY --chown=node:node . /home
WORKDIR /home
RUN yarn install