Skip to content

Commit

Permalink
Merge pull request #3 from ps-occrp/es-update-7-16-3
Browse files Browse the repository at this point in the history
Update elasticsearch to 7.16.3
  • Loading branch information
stchris authored Sep 4, 2024
2 parents 3bb5dbe + 46b4b45 commit ddfefc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM elasticsearch:7.16.1
FROM elasticsearch:7.16.3
LABEL org.opencontainers.image.source = "https://github.com/alephdata/aleph-elasticsearch"

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

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

0 comments on commit ddfefc9

Please sign in to comment.