Migrate to elasticsearch OSS (#186)

This commit is contained in:
Thorsten 2021-02-05 18:35:04 +01:00 committed by GitHub
parent c76180b7d9
commit 7ef7084e48
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:7.10.1
FROM docker.elastic.co/elasticsearch/elasticsearch-oss:7.10.1
ARG BUILD_DATE
LABEL org.label-schema.build-date="$BUILD_DATE" \