Maintenance: Raise Elasticsearch version to 7.16.1 to mitgitate log4j

This commit is contained in:
Marcel Herrguth 2021-12-14 09:53:08 +01:00
parent efbe666429
commit 5e5bcfe1a3

View File

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