We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bde644 commit 079d06bCopy full SHA for 079d06b
Dockerfile
@@ -4,7 +4,7 @@ FROM rust:trixie as drawio-exporter-installer
4
5
RUN cargo install drawio-exporter --version 1.4.0
6
7
-FROM rlespinasse/drawio-desktop-headless:v1.51.0
+FROM rlespinasse/drawio-desktop-headless:v1.52.0
8
9
WORKDIR /opt/drawio-exporter
10
COPY --from=drawio-exporter-installer /usr/local/cargo/bin/drawio-exporter .
0 commit comments