We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
2 parents fe3df4b + 5fdf6c0 commit d2cee48Copy full SHA for d2cee48
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM eclipse-temurin:17-jre as builder
+FROM eclipse-temurin:21-jre as builder
2
3
WORKDIR application
4
ARG JAR_FILE=application/build/libs/*.jar
@@ -7,7 +7,7 @@ RUN java -Djarmode=layertools -jar application.jar extract
7
8
################################
9
10
-FROM ibm-semeru-runtimes:open-17-jre
+FROM ibm-semeru-runtimes:open-21-jre
11
MAINTAINER johnniang <johnniang@fastmail.com>
12
13
COPY --from=builder application/dependencies/ ./
0 commit comments