Update Dockerfile

This commit is contained in:
André Bauer 2021-10-18 15:18:27 +02:00 committed by GitHub
parent 4b22c2e442
commit 7506e77060
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-oss:7.15.0
ARG BUILD_DATE
LABEL org.label-schema.build-date="$BUILD_DATE" \