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 542c610

Browse files
authoredDec 22, 2023
Update eclipse-temurin Docker tag to v21
1 parent 10658d5 commit 542c610

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.1_12-jre
1818

1919
# expose server port
2020
EXPOSE 8080

0 commit comments

Comments
 (0)
Please sign in to comment.