chore(deps): update all non-major dependencies

This commit is contained in:
renovate[bot]
2023-06-03 02:10:07 +00:00
committed by GitHub
parent 01b79503c9
commit 51fe584fb3
3 changed files with 65 additions and 58 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
# Stop : press ctrl + c
# or
# docker stop mermaid-live-editor
FROM node:20.1.0 as mermaid-live-editor-builder
FROM node:20.2.0 as mermaid-live-editor-builder
COPY --chown=node:node . /home
WORKDIR /home
RUN yarn install