File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apiserver/src/main/docker Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ ARG DATA_DIR=/data/
2424ARG UID=1000
2525ARG GID=1000
2626
27- FROM eclipse-temurin:21.0.8_9 -jdk-alpine@sha256:df8ce8302ed2ed1690ef490c633981b07e752b373b5fdf796960fb2eb0d640ea AS jre-build
27+ FROM eclipse-temurin:25_36 -jdk-alpine@sha256:f4c0b771cfed29902e1dd2e5c183b9feca633c7686fb85e278a0486b03d27369 AS jre-build
2828
2929WORKDIR /work
3030
@@ -46,7 +46,7 @@ ENV TZ=Etc/UTC \
4646 # Dependency-Track's default logging level
4747 LOGGING_LEVEL=INFO \
4848 # JVM Options that are passed at runtime by default
49- JAVA_OPTIONS="-XX:+UseG1GC -XX:+UseStringDeduplication -XX:MaxGCPauseMillis=250 -XX:MaxRAMPercentage=80.0" \
49+ JAVA_OPTIONS="-XX:+UseG1GC -XX:+UseStringDeduplication -XX:+UseCompactObjectHeaders -XX: MaxGCPauseMillis=250 -XX:MaxRAMPercentage=80.0" \
5050 # JVM Options that can be passed at runtime, while maintaining also those set in JAVA_OPTIONS.
5151 # e.g. EXTRA_JAVA_OPTIONS="-Dlogback.configurationFile=logback-json.xml"
5252 EXTRA_JAVA_OPTIONS="" \
You can’t perform that action at this time.
0 commit comments