Skip to content

Commit 0d102aa

Browse files
Update eclipse-temurin Docker tag to v25.0.3_9-jre
1 parent af54ffe commit 0d102aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

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

17-
FROM eclipse-temurin:25.0.2_10-jre
17+
FROM eclipse-temurin:25.0.3_9-jre
1818

1919
# Application Insights version
2020
ARG APPINSIGHTS_VERSION=3.7.7

0 commit comments

Comments
 (0)