Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c8968e2

Browse files
authoredApr 24, 2024··
Update eclipse-temurin Docker tag to v21
1 parent f928a31 commit c8968e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY ./profiles/prod /build/profiles/prod
1414
RUN mvn -Pprod -DskipTests=true clean package spring-boot:repackage
1515

1616

17-
FROM eclipse-temurin:17.0.8_7-jre
17+
FROM eclipse-temurin:21.0.3_9-jre
1818

1919
# expose server port
2020
EXPOSE 8080

0 commit comments

Comments
 (0)
Please sign in to comment.