5.6.3.2
This commit is contained in:
parent
4dbf466ea4
commit
2b876e7729
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
ARG oo_version=5.6.2.2
|
||||
ARG oo_version=5.6.3.2
|
||||
FROM onlyoffice/documentserver:$oo_version
|
||||
ARG oo_version=5.6.2.2
|
||||
ARG oo_version=5.6.3.2
|
||||
|
||||
|
||||
RUN sed -is \
|
||||
|
|
|
@ -19,9 +19,9 @@ index 694a13a..eb85e04 100644
|
|||
|
||||
-const buildVersion = '4.1.2';
|
||||
-const buildNumber = 37;
|
||||
+const buildVersion = '5.6.2';
|
||||
+const buildVersion = '5.6.3';
|
||||
+const buildNumber = 2
|
||||
+exports.buildDate = '2020-08-07T11:23:00.000Z';
|
||||
+exports.buildDate = '2020-08-17T10:18:00.000+02:00'
|
||||
|
||||
exports.TaskQueueData = TaskQueueData;
|
||||
exports.CMailMergeSendData = CMailMergeSendData;
|
||||
|
|
Loading…
Reference in a new issue