Skip to content

Commit 70df493

Browse files
author
Bapt Abl
committed
Update Dockerfile
1 parent eace39b commit 70df493

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.elastic.co/elasticsearch/elasticsearch:7.17.0 AS elasticsearch-plugin-debug
1+
FROM docker.elastic.co/elasticsearch/elasticsearch:7.16.3 AS elasticsearch-plugin-debug
22

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
3+
COPY /build/distributions/geopoint-clustering-aggregation-7.16.3.0.zip /tmp/geopoint-clustering-aggregation-7.16.3.0.zip
4+
RUN ./bin/elasticsearch-plugin install file:/tmp/geopoint-clustering-aggregation-7.16.3.0.zip

0 commit comments

Comments
 (0)