Update mobile editor to latest known working version
This commit is contained in:
parent
da4279d704
commit
b075ddc247
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||||
|
|
Loading…
Reference in a new issue