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 Sep 6, 2024
1 parent 7d2024a commit 032f29e
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.4_7-jre

# expose server port
EXPOSE 8080
Expand Down

0 comments on commit 032f29e

Please sign in to comment.