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

Commit 08dcc56

Browse files
authored
Merge pull request #127 from navicore/main
log4j zero day fix
2 parents 06c909c + 502562a commit 08dcc56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ COPY target/scala-2.12/*.jar /app/
88

99
WORKDIR /app
1010

11-
CMD java -jar ./AuthzVerifyProxy.jar
1211
# override CMD from your orchestrator with appropriate jvm args, -Xms1024m -Xmx15360m etc...
12+
CMD java -Dlog4j2.formatMsgNoLookups=true -jar ./AuthzVerifyProxy.jar

0 commit comments

Comments
 (0)