Skip to content

Commit d24a8cd

Browse files
committed
upgrade feat
1 parent 2fd0f81 commit d24a8cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

frameworks/Java/smart-socket/feat-smart-servlet.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY pom.xml pom.xml
44
COPY src src
55
RUN mvn install -q
66

7-
FROM openjdk:21-jdk-slim
7+
FROM openjdk:25-ea-slim-bullseye
88
WORKDIR /smart-socket
99
COPY --from=maven /smart-socket/target/smart-socket-benchmark-1.0.jar app.jar
1010

frameworks/Java/smart-socket/feat.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY pom.xml pom.xml
44
COPY src src
55
RUN mvn install -q
66

7-
FROM openjdk:21-jdk-slim
7+
FROM openjdk:25-ea-slim-bullseye
88
WORKDIR /smart-socket
99
COPY --from=maven /smart-socket/target/smart-socket-benchmark-1.0.jar app.jar
1010

0 commit comments

Comments
 (0)