Skip to content

Commit 570c2f4

Browse files
authored
Merge pull request mermaid-js#346 from mermaid-js/dependabot/docker/develop/node-16.8.0
chore(deps): bump node from 14.17.0 to 16.8.0
2 parents 5a806c0 + fbb93ab commit 570c2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Stop : press ctrl + c
77
# or
88
# docker stop mermaid-live-editor
9-
FROM node:14.17.0 as mermaid-live-editor-builder
9+
FROM node:16.8.0 as mermaid-live-editor-builder
1010
COPY --chown=node:node . /home
1111
WORKDIR /home
1212
RUN yarn install

0 commit comments

Comments
 (0)