Skip to content

Commit

Permalink
feat: use drawio-export 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rlespinasse committed Jul 20, 2023
1 parent 664c207 commit 05adc72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM rlespinasse/drawio-export:v4.6.0
FROM rlespinasse/drawio-export:v4.8.0
RUN apt-get update && apt-get install --no-install-recommends -y git=1:2.30.2-1+deb11u2 && rm -rf /var/lib/apt/lists/*
COPY drawio-export.sh /opt/drawio-export-action/drawio-export.sh
ENV DRAWIO_DESKTOP_RUNNER_COMMAND_LINE "/opt/drawio-export-action/drawio-export.sh"
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -147,4 +147,9 @@ CAUTION: When using a mode other than `all`, you need to checkout all the histor

Git Reference serving as base for export. Only when action-mode is set to 'reference'.

## Miscellaneous

- [Additional fonts are available][2]

[1]: https://github.com/rlespinasse/drawio-export
[2]: https://github.com/rlespinasse/drawio-export#additional-fonts

0 comments on commit 05adc72

Please sign in to comment.