From aa5dccb37ef1fc0ea741ef023627f675e3a06aa4 Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Tue, 26 Sep 2023 16:20:10 +0200 Subject: [PATCH] feat: update to drawio-desktop 21.8.2 --- Dockerfile | 2 +- README.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index aeae584..ebc73d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG TARGETARCH WORKDIR "/opt/drawio-desktop" -ENV DRAWIO_VERSION "21.7.5" +ENV DRAWIO_VERSION "21.8.2" RUN set -e; \ echo "selected arch: ${TARGETARCH}"; \ apt-get update && apt-get install -y \ diff --git a/README.adoc b/README.adoc index b1897b4..f3a6a92 100644 --- a/README.adoc +++ b/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 '21.7.5'] +Dockerized headless version of https://github.com/jgraph/drawio-desktop[Draw.io Desktop '21.8.2'] == What it does