Skip to content

Commit

Permalink
feat: update to drawio-desktop 22.1.16 (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: rlespinasse <rlespinasse@users.noreply.github.com>
  • Loading branch information
rlespinasse and rlespinasse committed Jan 1, 2024
1 parent 982088c commit 6bfe477
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -12,7 +12,7 @@ apt-get update
apt-get install -y xvfb wget libgbm1 libasound2

# Drawio Desktop
DRAWIO_VERSION="22.1.11"
DRAWIO_VERSION="22.1.16"
wget -q https://github.com/jgraph/drawio-desktop/releases/download/v${DRAWIO_VERSION}/drawio-${TARGETARCH}-${DRAWIO_VERSION}.deb
apt-get install -y /opt/drawio-desktop/drawio-${TARGETARCH}-${DRAWIO_VERSION}.deb
rm -rf /opt/drawio-desktop/drawio-${TARGETARCH}-${DRAWIO_VERSION}.deb
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
@@ -1,6 +1,6 @@
= Draw.io Desktop Headless docker image

Dockerized headless version of https://github.com/jgraph/drawio-desktop[Draw.io Desktop v22.1.11]
Dockerized headless version of https://github.com/jgraph/drawio-desktop[Draw.io Desktop v22.1.16]

== What it does

Expand Down
1 change: 1 addition & 0 deletions src/unwanted-security-warnings.txt
@@ -1,5 +1,6 @@
Failed to call method
Failed to connect to the bus
Failed to post task
Floss manager not present
Init observer found at shutdown
InitializeSandbox
Expand Down
Binary file modified tests/expected/fonts-chinese.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion tests/expected/uniq-output-electron-security-warning.log
@@ -1,4 +1,3 @@
Failed to call method: org.freedesktop.portal.Settings.Read: object_path= /org/freedesktop/portal/desktop: unknown error type:
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: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
Floss manager not present, cannot set Floss enable/disable.
Expand Down

0 comments on commit 6bfe477

Please sign in to comment.