Skip to content

Commit

Permalink
feat: bump rlespinasse/drawio-desktop-headless from v1.28.0 to v1.30.1
Browse files Browse the repository at this point in the history
Bumps rlespinasse/drawio-desktop-headless from v1.28.0 to v1.30.1.

---
updated-dependencies:
- dependency-name: rlespinasse/drawio-desktop-headless
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 68c37ec commit d3b8946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM rust:buster as drawio-exporter-installer

RUN cargo install --version 1.2.0 drawio-exporter

FROM rlespinasse/drawio-desktop-headless:v1.28.0
FROM rlespinasse/drawio-desktop-headless:v1.30.1

WORKDIR /opt/drawio-exporter
COPY --from=drawio-exporter-installer /usr/local/cargo/bin/drawio-exporter .
Expand Down

0 comments on commit d3b8946

Please sign in to comment.