mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-24 13:57:01 +08:00
update ES to 8.x
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
c14fa9d4b4
commit
6733a7407c
1 changed files with 1 additions and 1 deletions
|
@ -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.7.1
|
||||
|
||||
RUN set -ex; \
|
||||
\
|
||||
|
|
Loading…
Reference in a new issue