Skip to content

Commit

Permalink
Update eclipse-temurin Docker tag to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent ac09d2b commit a57c81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY ./profiles/prod /build/profiles/prod
RUN mvn -Pprod -DskipTests=true clean package spring-boot:repackage


FROM eclipse-temurin:17.0.8_7-jre
FROM eclipse-temurin:21.0.5_11-jre

# expose server port
EXPOSE 8080
Expand Down

0 comments on commit a57c81e

Please sign in to comment.