Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Commit 46b4b45

Browse files
committed
Update elasticsearch to 7.16.3
1 parent 3bb5dbe commit 46b4b45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM elasticsearch:7.16.1
1+
FROM elasticsearch:7.16.3
22
LABEL org.opencontainers.image.source = "https://github.com/alephdata/aleph-elasticsearch"
33

44
RUN bin/elasticsearch-plugin install --batch repository-s3 \
@@ -8,4 +8,4 @@ RUN bin/elasticsearch-plugin install --batch repository-s3 \
88
COPY k8s-entrypoint.sh /k8s-entrypoint.sh
99
COPY --chown=elasticsearch synonames.txt /usr/share/elasticsearch/config/
1010

11-
ENTRYPOINT [ "/k8s-entrypoint.sh" ]
11+
ENTRYPOINT [ "/k8s-entrypoint.sh" ]

0 commit comments

Comments
 (0)