Skip to content

Commit

Permalink
bumped defaut JRE version
Browse files Browse the repository at this point in the history
  • Loading branch information
phearnot committed Nov 20, 2024
1 parent b46bdcb commit 940090e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG baseImage=eclipse-temurin:11-jre-noble
ARG baseImage=eclipse-temurin:21-jre-noble
FROM $baseImage

ENV WAVES_LOG_LEVEL=INFO
Expand Down
1 change: 1 addition & 0 deletions docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
JAVA_OPTS="-XX:+ExitOnOutOfMemoryError
-Xmx${WAVES_HEAP_SIZE}
--add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED
--add-opens=java.base/sun.nio.ch=ALL-UNNAMED
-Dlogback.stdout.level=${WAVES_LOG_LEVEL}
-Dlogback.file.directory=${WVLOG}
-Dwaves.config.directory=/etc/waves
Expand Down

0 comments on commit 940090e

Please sign in to comment.