5.6.5.3
This commit is contained in:
parent
b0858e052f
commit
ad729642be
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
ARG oo_version=5.6.4.20
|
||||
ARG oo_version=5.6.5.3
|
||||
FROM onlyoffice/documentserver:$oo_version
|
||||
ARG oo_version=5.6.4.20
|
||||
ARG oo_version=5.6.5.3
|
||||
|
||||
|
||||
RUN sed -is \
|
||||
|
|
|
@ -19,9 +19,9 @@ index 694a13a..eb85e04 100644
|
|||
|
||||
-const buildVersion = '4.1.2';
|
||||
-const buildNumber = 37;
|
||||
+const buildVersion = '5.6.4';
|
||||
+const buildNumber = 20
|
||||
+exports.buildDate = '2020-09-08T10:46:00.000+02:00'
|
||||
+const buildVersion = '5.6.5';
|
||||
+const buildNumber = 3
|
||||
+exports.buildDate = '2020-09-21T09:52:00.000+02:00'
|
||||
|
||||
exports.TaskQueueData = TaskQueueData;
|
||||
exports.CMailMergeSendData = CMailMergeSendData;
|
||||
|
|
Loading…
Reference in a new issue