chore(deps): update node.js to v20

This commit is contained in:
renovate[bot]
2023-05-01 06:32:50 +00:00
committed by GitHub
parent 448b47a8e3
commit f3beacfae1
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:19.9.0 as mermaid-live-editor-builder
FROM node:20.0.0 as mermaid-live-editor-builder
COPY --chown=node:node . /home
WORKDIR /home
RUN yarn install
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:19
FROM node:20
WORKDIR /app
COPY package.json .
COPY yarn.lock .