Skip to content

Commit

Permalink
Downgraded mermaid-cli version in builder Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
bkryza committed Nov 2, 2024
1 parent 2582cb5 commit f7f1880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.builder
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN wget https://github.com/plantuml/plantuml/releases/download/v1.2024.7/plantu
# Install mermaidjs-cli
#
RUN apt -y install && \
npm install -g @mermaid-js/mermaid-cli@11.3.0
npm install -g @mermaid-js/mermaid-cli@10.6.1

ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true

Expand Down

0 comments on commit f7f1880

Please sign in to comment.