Skip to content

Commit 668c229

Browse files
author
Bapt Abl
committed
Update Dockerfile
1 parent 513b0e5 commit 668c229

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.17.1 AS elasticsearch-plugin-debug
22

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

0 commit comments

Comments
 (0)