bump elasticsearch from 7.4.0 to 7.9.0

This commit is contained in:
alexeybannov 2021-01-27 08:59:25 +00:00
parent 9aa52079e9
commit b74bd59138
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ RUN apt-get -y update && \
jq \
openjdk-8-jre-headless \
apt-transport-https \
elasticsearch=7.4.0 \
elasticsearch=7.9.0 \
mono-webserver-hyperfastcgi=0.4-7 \
${PACKAGE_SYSNAME}-communityserver \
${PACKAGE_SYSNAME}-xmppserver && \

View File

@ -10,7 +10,7 @@ echo "##########################################################"
SERVER_HOST=${SERVER_HOST:-""};
APP_DIR="/var/www/onlyoffice"
APP_DATA_DIR="${APP_DIR}/Data"
APP_INDEX_DIR="${APP_DATA_DIR}/Index/v7.4.0"
APP_INDEX_DIR="${APP_DATA_DIR}/Index/v7.9.0"
APP_PRIVATE_DATA_DIR="${APP_DATA_DIR}/.private"
APP_SERVICES_DIR="${APP_DIR}/Services"
APP_SQL_DIR="${APP_DIR}/Sql"