You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/installation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,8 @@ Make a Dockerfile like below.
42
42
The image version (`elasticsearch:A.B.C`) must match the plugin's version (e.g. `A.B.C.x/elastiknn-A.B.C.x`).
43
43
44
44
```docker
45
-
FROM docker.elastic.co/elasticsearch/elasticsearch:8.17.4
46
-
RUN elasticsearch-plugin install --batch https://github.com/alexklibisz/elastiknn/releases/download/8.17.4.0/elastiknn-8.17.4.0.zip
45
+
FROM docker.elastic.co/elasticsearch/elasticsearch:8.17.5
46
+
RUN elasticsearch-plugin install --batch https://github.com/alexklibisz/elastiknn/releases/download/8.17.5.0/elastiknn-8.17.5.0.zip
47
47
```
48
48
49
49
Build and run the Dockerfile. If you have any issues please refer to the [official docs.](https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html)
0 commit comments