Update Dockerfile

This commit is contained in:
André Bauer 2021-10-18 15:42:07 +02:00 committed by GitHub
parent 7506e77060
commit 18e934d36a
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.15.0
FROM docker.elastic.co/elasticsearch/elasticsearch:7.15.1
ARG BUILD_DATE
LABEL org.label-schema.build-date="$BUILD_DATE" \