File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ COPY ./src /code/src
25
25
26
26
RUN gradle jar --no-watch-fs
27
27
28
- FROM azul/zulu-openjdk-alpine :17-jre-headless
28
+ FROM eclipse-temurin :17-jre
29
29
30
30
MAINTAINER Joris Borgdorff <
[email protected] >, Yatharth Ranjan<
[email protected] >
31
31
32
32
LABEL description="RADAR-base output data restructuring"
33
33
34
- ENV RADAR_OUTPUT_RESTRUCTURE_OPTS=""
35
- ENV JAVA_OPTS="-Djava.security.egd=file:/dev/./urandom -XX:+UseG1GC -XX:MaxHeapFreeRatio=10 -XX:MinHeapFreeRatio=10"
34
+ ENV RADAR_OUTPUT_RESTRUCTURE_OPTS="" \
35
+ JAVA_OPTS="-Djava.security.egd=file:/dev/./urandom -XX:+UseG1GC -XX:MaxHeapFreeRatio=10 -XX:MinHeapFreeRatio=10"
36
36
37
37
COPY --from=builder /code/build/third-party/* /usr/lib/
38
38
COPY --from=builder /code/build/scripts/* /usr/bin/
You can’t perform that action at this time.
0 commit comments