Skip to content

Commit e33b74f

Browse files
authored
Switch to JDK 25 to run tests. (#10144)
Signed-off-by: Santiago Pericas-Geertsen <[email protected]>
1 parent 798664c commit e33b74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/Java/helidon/helidon-nima.dockerfile

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

7-
FROM openjdk:22-rc-jdk-slim
7+
FROM openjdk:25-jdk-slim
88
WORKDIR /helidon
99
COPY --from=maven /helidon/target/libs libs
1010
COPY --from=maven /helidon/target/benchmark-nima.jar app.jar

0 commit comments

Comments
 (0)