We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e1f79 commit 220ea5fCopy full SHA for 220ea5f
Dockerfile
@@ -10,6 +10,6 @@ COPY . ./
10
RUN mvn package \
11
&& unzip target/releases/elasticsearch-analysis-dynamic-synonym-*.zip -d target/extracted
12
13
-FROM docker.elastic.co/elasticsearch/elasticsearch:7.4.2
+FROM docker.elastic.co/elasticsearch/elasticsearch:8.7.1
14
15
-COPY --from=build --chown=elasticsearch:elasticsearch /app/target/extracted /usr/share/elasticsearch/plugins/dynamic-synonym/
+COPY --from=build --chown=elasticsearch:elasticsearch /app/target/extracted /usr/share/elasticsearch/plugins/dynamic-synonym/
0 commit comments