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 GitHub
parent efbe666429
commit 17c5d209bd
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.15.1
FROM docker.elastic.co/elasticsearch/elasticsearch:7.16.1
ARG BUILD_DATE
LABEL org.label-schema.build-date="$BUILD_DATE" \