update elasticsearch to 7.15.1 (non oss) (#248)

* Update Dockerfile

* Update Dockerfile
This commit is contained in:
André Bauer 2021-10-18 23:45:56 +02:00 committed by Frank Fricke
parent 344ca8c807
commit 97cd755eb7

View File

@ -1,4 +1,4 @@
FROM docker.elastic.co/elasticsearch/elasticsearch-oss:7.10.1
FROM docker.elastic.co/elasticsearch/elasticsearch:7.15.1
ARG BUILD_DATE
LABEL org.label-schema.build-date="$BUILD_DATE" \