Skip to content
This repository was archived by the owner on Mar 5, 2021. It is now read-only.

Commit 18ec12b

Browse files
authored
5.0.0 version of the build, from g6n repo
1 parent c6fc392 commit 18ec12b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ ADD nginx.conf.tpl /etc/nginx/nginx.conf.tpl
1414
ADD ./run.sh ./run.sh
1515

1616
# kopf
17-
ENV KOPF_VERSION 2.0.1
18-
RUN curl -s -L "https://github.com/lmenezes/elasticsearch-kopf/archive/v${KOPF_VERSION}.tar.gz" | \
17+
ENV KOPF_VERSION 5.0.0
18+
RUN curl -s -L "https://github.com/g6n/elasticsearch-kopf/archive/v${KOPF_VERSION}.tar.gz" | \
1919
tar xz -C /tmp && mv "/tmp/elasticsearch-kopf-${KOPF_VERSION}" /kopf
2020

2121
# logs

0 commit comments

Comments
 (0)