Skip to content

Commit

Permalink
Build: bump version to 8.11.1.3 (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexklibisz authored Dec 3, 2023
1 parent ac3fed8 commit 6fb94fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The image version (`elasticsearch:A.B.C`) must match the plugin's version (e.g.

```docker
FROM docker.elastic.co/elasticsearch/elasticsearch:8.11.1
RUN elasticsearch-plugin install --batch https://github.com/alexklibisz/elastiknn/releases/download/8.11.1.2/elastiknn-8.11.1.2.zip
RUN elasticsearch-plugin install --batch https://github.com/alexklibisz/elastiknn/releases/download/8.11.1.3/elastiknn-8.11.1.3.zip
```

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)
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.11.1.2
8.11.1.3

0 comments on commit 6fb94fc

Please sign in to comment.