Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Bapt Abl committed Mar 18, 2022
1 parent dfed2d4 commit bb555b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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

COPY /build/distributions/geopoint-clustering-aggregation-7.17.0.0.zip /tmp/geopoint-clustering-aggregation-7.17.0.0.zip
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 comments on commit bb555b6

Please sign in to comment.