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 dfed2d4 commit bb555b6Copy full SHA for bb555b6
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/geopoint-clustering-aggregation-7.17.0.0.zip /tmp/geopoint-clustering-aggregation-7.17.0.0.zip
4
-RUN ./bin/elasticsearch-plugin install file:/tmp/geopoint-clustering-aggregation-7.17.0.0.zip
+COPY /build/distributions/geopoint-clustering-aggregation-7.17.1.0.zip /tmp/geopoint-clustering-aggregation-7.17.1.0.zip
+RUN ./bin/elasticsearch-plugin install file:/tmp/geopoint-clustering-aggregation-7.17.1.0.zip
0 commit comments