update ES to 8.x

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-06-01 14:26:13 +02:00
parent c14fa9d4b4
commit 6733a7407c

View file

@ -1,5 +1,5 @@
# Probably from here https://github.com/elastic/elasticsearch/blob/main/distribution/docker/src/docker/Dockerfile # 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; \ RUN set -ex; \
\ \