chore(deps): update all non-major dependencies

This commit is contained in:
renovate[bot]
2023-11-09 07:53:59 +00:00
committed by GitHub
parent bbcd207cb7
commit 7c9ee990b5
4 changed files with 56 additions and 55 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
# Stop : press ctrl + c
# or
# docker stop mermaid-live-editor
FROM node:18.17.1 as mermaid-live-editor-builder
FROM node:18.18.2 as mermaid-live-editor-builder
COPY --chown=node:node . /home
WORKDIR /home
RUN yarn install