Update build image version
This commit is contained in:
+1
-2
@@ -6,8 +6,7 @@
|
||||
# Stop : press ctrl + c
|
||||
# or
|
||||
# docker stop mermaid-live-editor
|
||||
|
||||
FROM node:14.16.0-alpine3.13 as mermaid-live-editor-builder
|
||||
FROM node:14.17.0 as mermaid-live-editor-builder
|
||||
COPY --chown=node:node . /home
|
||||
WORKDIR /home
|
||||
RUN yarn install
|
||||
|
||||
Reference in New Issue
Block a user