Update build image version

This commit is contained in:
Sidharth Vinod
2021-06-04 23:54:14 +05:30
parent 1e787a5c16
commit 0d5240dfef
+1 -2
View File
@@ -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