Update mobile editor to latest known working version

This commit is contained in:
Nelson DINIS GONCALVES 2022-05-19 10:46:43 +02:00
parent da4279d704
commit b075ddc247

View file

@ -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 # 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/sdkjs.git /build/sdkjs
RUN git clone --quiet --branch $tag --depth 1 https://github.com/ONLYOFFICE/web-apps.git /build/web-apps RUN git clone --quiet --branch $tag --depth 1 https://github.com/ONLYOFFICE/web-apps.git /build/web-apps
COPY web-apps.patch /build/ COPY web-apps.patch /build/