Skip to content

Commit

Permalink
Merge pull request #116 from ajharry69/fix/base-elasticsearch-docker-…
Browse files Browse the repository at this point in the history
…image-version

Upgrade base elasticsearch docker image version from 7.4.2 to 8.7.1
  • Loading branch information
bells authored Jul 10, 2023
2 parents 30e1f79 + 220ea5f commit ac2993b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ COPY . ./
RUN mvn package \
&& unzip target/releases/elasticsearch-analysis-dynamic-synonym-*.zip -d target/extracted

FROM docker.elastic.co/elasticsearch/elasticsearch:7.4.2
FROM docker.elastic.co/elasticsearch/elasticsearch:8.7.1

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 comments on commit ac2993b

Please sign in to comment.