Skip to content

Commit

Permalink
feat: bump rlespinasse/drawio-desktop-headless from v1.28.0 to v1.31.0 (
Browse files Browse the repository at this point in the history
#112)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Romain Lespinasse <romain.lespinasse@gmail.com>
  • Loading branch information
dependabot[bot] and rlespinasse committed Jun 3, 2024
1 parent 68c37ec commit 2317826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.31.0

WORKDIR /opt/drawio-exporter
COPY --from=drawio-exporter-installer /usr/local/cargo/bin/drawio-exporter .
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ test-ci-setup:

test-ci:
@mkdir -p tests/output
@DOCKER_IMAGE=$(DOCKER_IMAGE) npx bats -r tests
@DOCKER_IMAGE=$(DOCKER_IMAGE) npx bats --verbose-run -r tests

0 comments on commit 2317826

Please sign in to comment.