From b075ddc247af0e7c56119093f486df34ab6968dc Mon Sep 17 00:00:00 2001 From: Nelson DINIS GONCALVES Date: Thu, 19 May 2022 10:46:43 +0200 Subject: [PATCH] Update mobile editor to latest known working version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f8cdde4..7c275fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN cd /build/server && git apply /build/server.patch # Clone old version of sdk and webapp to get an old version of the mobile editor -ARG tag=v6.3.1.32 # Working mobile editor +ARG tag=v6.3.1.79 # Working mobile editor RUN git clone --quiet --branch $tag --depth 1 https://github.com/ONLYOFFICE/sdkjs.git /build/sdkjs RUN git clone --quiet --branch $tag --depth 1 https://github.com/ONLYOFFICE/web-apps.git /build/web-apps COPY web-apps.patch /build/