Skip to content

Commit

Permalink
feat: update to drawio-desktop 21.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rlespinasse authored Sep 24, 2023
1 parent 7bf6be1 commit 5e75a6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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.6.5"
ENV DRAWIO_VERSION "21.7.5"
RUN set -e; \
echo "selected arch: ${TARGETARCH}"; \
apt-get update && apt-get install -y \
Expand Down
6 changes: 1 addition & 5 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
= Draw.io Desktop Headless docker image

image:https://img.shields.io/docker/v/rlespinasse/drawio-desktop-headless[Docker Version,link=https://hub.docker.com/r/rlespinasse/drawio-desktop-headless]
image:https://img.shields.io/docker/pulls/rlespinasse/drawio-desktop-headless[Docker Pull,link=https://hub.docker.com/r/rlespinasse/drawio-desktop-headless]
image:https://github.com/rlespinasse/docker-drawio-desktop-headless/workflows/Build/badge.svg[Build]

Dockerized headless version of https://github.com/jgraph/drawio-desktop[Draw.io Desktop '21.6.5']
Dockerized headless version of https://github.com/jgraph/drawio-desktop[Draw.io Desktop '21.7.5']

== What it does

Expand Down

0 comments on commit 5e75a6b

Please sign in to comment.