From e4b7df91aa7652618c1d906fe41e3352289e1a5f Mon Sep 17 00:00:00 2001 From: rlespinasse Date: Sun, 6 Jun 2021 10:30:26 +0200 Subject: [PATCH] feat: update to drawio-desktop 14.6.13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c7f4924..6a469dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM debian:latest WORKDIR "/opt/drawio-desktop" -ENV DRAWIO_VERSION "14.5.1" +ENV DRAWIO_VERSION "14.6.13" RUN set -e; \ apt-get update && apt-get install -y \ libappindicator3-1 \