Merge pull request #760 from mermaid-js/dependabot/docker/develop/node-18.0.0

chore(deps): bump node from 17.9.0 to 18.0.0
This commit is contained in:
Sidharth Vinod
2022-04-22 12:49:40 +05:30
committed by GitHub
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:17.9.0 as mermaid-live-editor-builder
FROM node:18.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:17
FROM node:18
WORKDIR /app
COPY package.json .
COPY yarn.lock .