Skip to content

Commit

Permalink
feat: update to drawio-desktop 21.5.1 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlespinasse authored Jun 29, 2023
1 parent 5bcd82c commit 6dd1f81
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 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 debian:bullseye

WORKDIR "/opt/drawio-desktop"

ENV DRAWIO_VERSION "20.3.0"
ENV DRAWIO_VERSION "21.5.1"
RUN set -e; \
apt-get update && apt-get install -y \
xvfb \
Expand Down
4 changes: 0 additions & 4 deletions scripts/runner-no-security-warnings.sh

This file was deleted.

2 changes: 1 addition & 1 deletion tests/data/issue-20/frame-bug-good.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions tests/expected/output-electron-security-warning.log
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
Expand Down

0 comments on commit 6dd1f81

Please sign in to comment.