Skip to content

Commit

Permalink
Update to Elasticsearch 8.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spinscale committed Aug 31, 2022
1 parent 0d20793 commit 97f86f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.elastic.co/elasticsearch/elasticsearch:8.4.0
FROM docker.elastic.co/elasticsearch/elasticsearch:8.4.1

ADD ./src/test/resources/models/en-ner-persons.bin /usr/share/elasticsearch/config/ingest-opennlp/
ADD ./src/test/resources/models/en-ner-locations.bin /usr/share/elasticsearch/config/ingest-opennlp/
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
elasticsearchVersion = 8.4.0
elasticsearchVersion = 8.4.1

0 comments on commit 97f86f8

Please sign in to comment.