chore(deps): update all non-major dependencies

This commit is contained in:
renovate[bot]
2023-04-13 11:54:14 +00:00
committed by GitHub
parent a12efbc4e7
commit 172a9950b4
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
# Stop : press ctrl + c
# or
# docker stop mermaid-live-editor
FROM node:18.14.0 as mermaid-live-editor-builder
FROM node:18.14.2 as mermaid-live-editor-builder
COPY --chown=node:node . /home
WORKDIR /home
RUN yarn install