chore(deps): update node.js to v19

This commit is contained in:
renovate[bot]
2023-04-13 12:02:06 +00:00
committed by GitHub
parent 07d312c84c
commit 6282001d9b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
# Stop : press ctrl + c
# or
# docker stop mermaid-live-editor
FROM node:18.14.2 as mermaid-live-editor-builder
FROM node:19.9.0 as mermaid-live-editor-builder
COPY --chown=node:node . /home
WORKDIR /home
RUN yarn install