fix(build): Set a default value for each build arg

Closes #1015
This commit is contained in:
Antoine Cotten
2024-09-14 18:31:30 +00:00
parent fbf3041fa0
commit e8a539777f
10 changed files with 10 additions and 10 deletions

View File

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