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 GitHub
parent 4b22c2e442
commit c5a6f5afec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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" \