Skip to content

Commit

Permalink
feat: update to drawio-desktop 22.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rlespinasse authored Sep 29, 2023
1 parent f261c03 commit 9ab21d2
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 @@ -3,7 +3,7 @@ ARG TARGETARCH

WORKDIR "/opt/drawio-desktop"

ENV DRAWIO_VERSION "21.8.2"
ENV DRAWIO_VERSION "22.0.0"
RUN set -e; \
echo "selected arch: ${TARGETARCH}"; \
apt-get update && apt-get install -y \
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 '21.8.2']
Dockerized headless version of https://github.com/jgraph/drawio-desktop[Draw.io Desktop '22.0.0']

== What it does

Expand Down

0 comments on commit 9ab21d2

Please sign in to comment.