Merge pull request #2700 from nextcloud/enh/2332/update-es-to-8

update to ES 8 and add necessary adjustements to its config
This commit is contained in:
Simon L 2023-07-20 15:54:05 +02:00 committed by GitHub
commit 5005f09dea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# Probably from here https://github.com/elastic/elasticsearch/blob/main/distribution/docker/src/docker/Dockerfile
FROM elasticsearch:7.17.10
FROM elasticsearch:8.8.0
USER root