Skip to content

Commit

Permalink
Fixed the version number of elasticsearch in the docker example in RE…
Browse files Browse the repository at this point in the history
…ADME
  • Loading branch information
Mark Khazin committed Apr 13, 2020
1 parent a9d939b commit 8b52ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ For the plugin to start working you need to restart the node.
You can create a Docker container with the plugin installed.
Save the following in a Dockerfile:
```
FROM docker.elastic.co/elasticsearch/elasticsearch:7.3.1
FROM docker.elastic.co/elasticsearch/elasticsearch:7.6.2
RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install https://github.com/intsights/elasticsearch-analysis-homoglyph/releases/download/v0.2.1/analysis-homoglyph-0.2.1.zip
```
Expand Down

0 comments on commit 8b52ebc

Please sign in to comment.