5.6.4.20
This commit is contained in:
parent
21a3f620a5
commit
b0858e052f
3 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
ARG oo_version=5.6.3.2
|
||||
ARG oo_version=5.6.4.20
|
||||
FROM onlyoffice/documentserver:$oo_version
|
||||
ARG oo_version=5.6.3.2
|
||||
ARG oo_version=5.6.4.20
|
||||
|
||||
|
||||
RUN sed -is \
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
docker run \
|
||||
--name=onlyoffice \
|
||||
--detach \
|
||||
--publish=80:80
|
||||
--publish=80:80 \
|
||||
alehoho/oo-ce-docker-license
|
||||
```
|
||||
|
||||
|
|
|
@ -19,9 +19,9 @@ index 694a13a..eb85e04 100644
|
|||
|
||||
-const buildVersion = '4.1.2';
|
||||
-const buildNumber = 37;
|
||||
+const buildVersion = '5.6.3';
|
||||
+const buildNumber = 2
|
||||
+exports.buildDate = '2020-08-17T10:18:00.000+02:00'
|
||||
+const buildVersion = '5.6.4';
|
||||
+const buildNumber = 20
|
||||
+exports.buildDate = '2020-09-08T10:46:00.000+02:00'
|
||||
|
||||
exports.TaskQueueData = TaskQueueData;
|
||||
exports.CMailMergeSendData = CMailMergeSendData;
|
||||
|
|
Loading…
Reference in a new issue