diff --git a/Dockerfile b/Dockerfile index 84caea1..aeae584 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/README.adoc b/README.adoc index 5f06720..b1897b4 100644 --- a/README.adoc +++ b/README.adoc @@ -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