File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM container-registry.oracle.com/graalvm/community:ol7-java17-22.3.2-b1 as builder
1
+ FROM container-registry.oracle.com/graalvm/graalvm- community:21.0.1-ol7-20231024 as builder
2
2
3
- RUN gu install native-image
4
3
RUN yum install wget -y
5
4
RUN wget https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.6/apache-maven-3.8.6-bin.tar.gz -P /tmp
6
5
RUN tar xf /tmp/apache-maven-3.8.6-bin.tar.gz -C /opt
Original file line number Diff line number Diff line change 26
26
<jackson .version>2.15.2</jackson .version>
27
27
<kotlin-stdlib .version>1.6.20</kotlin-stdlib .version>
28
28
<logback .version>1.3.8</logback .version>
29
- <lombok .version>1.18.24 </lombok .version>
29
+ <lombok .version>1.18.30 </lombok .version>
30
30
<okhttp3 .version>4.10.0</okhttp3 .version>
31
31
<openai-gpt3-java .version>0.12.0</openai-gpt3-java .version>
32
32
<reactive-streams .version>1.0.3</reactive-streams .version>
Original file line number Diff line number Diff line change 97
97
-H:ReflectionConfigurationFiles=classes/reflect.json
98
98
--no-fallback
99
99
--initialize-at-run-time=io.netty.handler.codec.compression.ZstdOptions
100
+ --initialize-at-run-time=io.netty.handler.ssl.BouncyCastleAlpnSslUtils
100
101
</buildArgs >
101
102
</configuration >
102
103
</plugin >
You can’t perform that action at this time.
0 commit comments