We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd0f81 commit d24a8cdCopy full SHA for d24a8cd
2 files changed
frameworks/Java/smart-socket/feat-smart-servlet.dockerfile
@@ -4,7 +4,7 @@ COPY pom.xml pom.xml
4
COPY src src
5
RUN mvn install -q
6
7
-FROM openjdk:21-jdk-slim
+FROM openjdk:25-ea-slim-bullseye
8
WORKDIR /smart-socket
9
COPY --from=maven /smart-socket/target/smart-socket-benchmark-1.0.jar app.jar
10
frameworks/Java/smart-socket/feat.dockerfile
0 commit comments