7.1.0.215
This commit is contained in:
parent
78bc08a1a9
commit
ad739c8041
2 changed files with 16 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
|||
ARG product_version=7.0.1
|
||||
ARG build_number=37
|
||||
ARG product_version=7.1.0
|
||||
ARG build_number=215
|
||||
ARG oo_root='/var/www/onlyoffice/documentserver'
|
||||
|
||||
## Setup
|
||||
|
@ -37,8 +37,8 @@ FROM clone-stage as build-stage
|
|||
# build server with license checks patched
|
||||
WORKDIR /build/server
|
||||
RUN make
|
||||
RUN pkg /build/build_tools/out/linux_64/onlyoffice/documentserver/server/FileConverter --targets=node10-linux -o /build/converter
|
||||
RUN pkg /build/build_tools/out/linux_64/onlyoffice/documentserver/server/DocService --targets=node10-linux --options max_old_space_size=4096 -o /build/docservice
|
||||
RUN pkg /build/build_tools/out/linux_64/onlyoffice/documentserver/server/FileConverter --targets=node14-linux -o /build/converter
|
||||
RUN pkg /build/build_tools/out/linux_64/onlyoffice/documentserver/server/DocService --targets=node14-linux --options max_old_space_size=4096 -o /build/docservice
|
||||
|
||||
|
||||
## Final image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue