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 25, 2024
1 parent f5694f3 commit de6ec0a
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 clean package spring-boot:repackage -Pprod

# distributed docker image
FROM eclipse-temurin:17.0.8_7-jre
FROM eclipse-temurin:21.0.2_13-jre

# expose server port
EXPOSE 8080
Expand Down

0 comments on commit de6ec0a

Please sign in to comment.