Skip to content

Commit d2cee48

Browse files
authoredFeb 7, 2024··
Merge pull request #5341 from JohnNiang/chore/upgrade-to-openj9-21
Upgrade Halo runtime environment to JRE 21
2 parents fe3df4b + 5fdf6c0 commit d2cee48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:17-jre as builder
1+
FROM eclipse-temurin:21-jre as builder
22

33
WORKDIR application
44
ARG JAR_FILE=application/build/libs/*.jar
@@ -7,7 +7,7 @@ RUN java -Djarmode=layertools -jar application.jar extract
77

88
################################
99

10-
FROM ibm-semeru-runtimes:open-17-jre
10+
FROM ibm-semeru-runtimes:open-21-jre
1111
MAINTAINER johnniang <johnniang@fastmail.com>
1212
WORKDIR application
1313
COPY --from=builder application/dependencies/ ./

0 commit comments

Comments
 (0)
Please sign in to comment.