chore: Rename ELK_VERSION to ELASTIC_VERSION

More appropriate name considering that extensions, which aren't part of
the "ELK" stack, also rely on this variable.
This commit is contained in:
Antoine Cotten
2022-02-28 09:10:30 +01:00
parent 0a9c3ebd2c
commit eb1c6fa27e
15 changed files with 26 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
ARG ELK_VERSION
ARG ELASTIC_VERSION
# https://www.docker.elastic.co/
FROM docker.elastic.co/elasticsearch/elasticsearch:${ELK_VERSION}
FROM docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION}
# Add your elasticsearch plugins setup here
# Example: RUN elasticsearch-plugin install analysis-icu