Maintenance: Raise Elasticsearch version to 7.16.1 to mitgitate log4j (#262)

This commit is contained in:
Marcel Herrguth 2021-12-14 10:24:59 +01:00 committed by colpari
parent b4a011d927
commit f74b469ec0

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