Skip to content

Commit ddfefc9

Browse files
authored
Merge pull request #3 from ps-occrp/es-update-7-16-3
Update elasticsearch to 7.16.3
2 parents 3bb5dbe + 46b4b45 commit ddfefc9

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)