Skip to content

Commit

Permalink
feat: update to drawio-desktop 24.7.17 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlespinasse authored Oct 1, 2024
1 parent 2f34e99 commit 448ff33
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 @@ -12,7 +12,7 @@ apt-get update
apt-get install -y xvfb wget libgbm1 libasound2

# Drawio Desktop
DRAWIO_VERSION="24.7.8"
DRAWIO_VERSION="24.7.17"
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Draw.io Desktop Headless docker image

Dockerized headless version of https://github.com/jgraph/drawio-desktop[Draw.io Desktop v24.7.8]
Dockerized headless version of https://github.com/jgraph/drawio-desktop[Draw.io Desktop v24.7.17]

== What it does

Expand Down

0 comments on commit 448ff33

Please sign in to comment.