File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN mvn dependency:go-offline -B
55COPY src src
66RUN mvn clean package -DskipTests
77
8- FROM openjdk :17-jre-slim
8+ FROM eclipse-temurin :17-jre
99WORKDIR /app
1010COPY --from=build /app/target/*.jar app.jar
1111ENTRYPOINT ["java" , "-jar" , "app.jar" ]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN mvn dependency:go-offline -B
55COPY src src
66RUN mvn clean package -DskipTests
77
8- FROM openjdk :17-jre-slim
8+ FROM eclipse-temurin :17-jre
99WORKDIR /app
1010COPY --from=build /app/target/*.jar app.jar
1111ENTRYPOINT ["java" , "-jar" , "app.jar" ]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN mvn dependency:go-offline -B
55COPY src src
66RUN mvn clean package -DskipTests
77
8- FROM openjdk :17-jre-slim
8+ FROM eclipse-temurin :17-jre
99WORKDIR /app
1010COPY --from=build /app/target/*.jar app.jar
1111ENTRYPOINT ["java" , "-jar" , "app.jar" ]
You can’t perform that action at this time.
0 commit comments