We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dbd463 commit 410420bCopy full SHA for 410420b
docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM eclipse-temurin:17-jre
+FROM eclipse-temurin:21-jre-jammy
2
3
ENV SERVER_PORT="8090"
4
ENV JMX_PORT="9091"
pom.xml
@@ -21,7 +21,7 @@
21
<revision>${seb-sps-version}</revision>
22
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
24
- <java.version>17</java.version>
+ <java.version>21</java.version>
25
26
</properties>
27
0 commit comments