Skip to content

Commit 1d9b844

Browse files
Dependencies: Update elasticsearch, ... from 8.17.4 to 8.17.5 (#780)
1 parent 590fac8 commit 1d9b844

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Global / scalaVersion := "3.3.5"
77
Global / scalacOptions += "-explain"
88

99
lazy val CirceVersion = "0.14.13"
10-
lazy val ElasticsearchVersion = "8.17.4"
10+
lazy val ElasticsearchVersion = "8.17.5"
1111
lazy val Elastic4sVersion = "8.18.0"
1212
lazy val ElastiknnVersion = IO.read(file("version")).strip()
1313
lazy val LuceneVersion = "9.12.0"

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM docker.elastic.co/elasticsearch/elasticsearch:8.17.4
1+
FROM docker.elastic.co/elasticsearch/elasticsearch:8.17.5
22
COPY elastiknn-plugin/target/elastiknn*.zip .
33
RUN elasticsearch-plugin install -b file:$(ls elastiknn*zip | sort | tail -n1)

docs/pages/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Make a Dockerfile like below.
4242
The image version (`elasticsearch:A.B.C`) must match the plugin's version (e.g. `A.B.C.x/elastiknn-A.B.C.x`).
4343

4444
```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
4747
```
4848

4949
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)

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.17.4.0
1+
8.17.5.0

0 commit comments

Comments
 (0)