This commit is contained in:
Alexander Hofbauer 2020-09-15 20:42:54 +02:00
parent 21a3f620a5
commit b0858e052f
No known key found for this signature in database
GPG key ID: 021919ED6A786C62
3 changed files with 6 additions and 6 deletions

View file

@ -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 \

View file

@ -9,7 +9,7 @@
docker run \
--name=onlyoffice \
--detach \
--publish=80:80
--publish=80:80 \
alehoho/oo-ce-docker-license
```

View file

@ -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;