From 5f8d8ffea59eb320fd0ccde91881bf6221026601 Mon Sep 17 00:00:00 2001 From: viehlieb Date: Tue, 22 Feb 2022 12:32:39 +0100 Subject: [PATCH] bumb to 7.16.3 --- Dockerfile | 2 +- pom.xml | 2 +- resources/plugin-descriptor.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 03f0801..21ab104 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ COPY . /usr/local/src/sort-script WORKDIR /usr/local/src/sort-script RUN mvn clean package -DskipTests -FROM elasticsearch:5.4.3 +FROM elasticsearch:7.16.3 RUN mkdir -p /usr/share/elasticsearch/plugins/sort-script/ COPY --from=builder /usr/local/src/sort-script/target/sort-script-1.0.jar /usr/share/elasticsearch/plugins/sort-script/ COPY --from=builder /usr/local/src/sort-script/resources/plugin-descriptor.properties /usr/share/elasticsearch/plugins/sort-script/ diff --git a/pom.xml b/pom.xml index 9ca27b4..28a0f2c 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ org.elasticsearch elasticsearch - 5.4.3 + 7.16.3 diff --git a/resources/plugin-descriptor.properties b/resources/plugin-descriptor.properties index 27ab324..e06f7fd 100644 --- a/resources/plugin-descriptor.properties +++ b/resources/plugin-descriptor.properties @@ -4,4 +4,4 @@ name=sort-script jvm=true classname=org.plainpicture.sorting.SortScriptPlugin java.version=1.8 -elasticsearch.version=5.4.3 +elasticsearch.version=7.16.3