We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513b0e5 commit 668c229Copy full SHA for 668c229
docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM docker.elastic.co/elasticsearch/elasticsearch:7.17.0 AS elasticsearch-plugin-debug
+FROM docker.elastic.co/elasticsearch/elasticsearch:7.17.1 AS elasticsearch-plugin-debug
2
3
-COPY /build/distributions/pathhierarchy-aggregation-7.17.0.0.zip /tmp/pathhierarchy-aggregation-7.17.0.0.zip
4
-RUN ./bin/elasticsearch-plugin install file:/tmp/pathhierarchy-aggregation-7.17.0.0.zip
+COPY /build/distributions/pathhierarchy-aggregation-7.17.1.0.zip /tmp/pathhierarchy-aggregation-7.17.1.0.zip
+RUN ./bin/elasticsearch-plugin install file:/tmp/pathhierarchy-aggregation-7.17.1.0.zip
0 commit comments