triplestore/Dockerfile: Workaround for CVE-2021-44228
This commit is contained in:
parent
69cf5c87ed
commit
234dc5f9f2
1 changed files with 4 additions and 0 deletions
|
|
@ -42,6 +42,10 @@ COPY --from=sources /opt/graphdb /opt/graphdb
|
|||
ENV GRAPHDB_HOME=/opt/graphdb
|
||||
ENV PATH=$GRAPHDB_HOME/bin:$PATH
|
||||
|
||||
# Workaround for CVE-2021-44228
|
||||
# (not sure if we are vulnerable, but just because)
|
||||
ENV LOG4J_FORMAT_MSG_NO_LOOKUPS=true
|
||||
|
||||
# expose a port
|
||||
EXPOSE 7200
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue