We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bb5dbe + 46b4b45 commit ddfefc9Copy full SHA for ddfefc9
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM elasticsearch:7.16.1
+FROM elasticsearch:7.16.3
2
LABEL org.opencontainers.image.source = "https://github.com/alephdata/aleph-elasticsearch"
3
4
RUN bin/elasticsearch-plugin install --batch repository-s3 \
@@ -8,4 +8,4 @@ RUN bin/elasticsearch-plugin install --batch repository-s3 \
8
COPY k8s-entrypoint.sh /k8s-entrypoint.sh
9
COPY --chown=elasticsearch synonames.txt /usr/share/elasticsearch/config/
10
11
-ENTRYPOINT [ "/k8s-entrypoint.sh" ]
+ENTRYPOINT [ "/k8s-entrypoint.sh" ]
0 commit comments