Skip to content

Commit d19cbd0

Browse files
Update eclipse-temurin Docker tag to v25.0.2_10-jre
1 parent 896d595 commit d19cbd0

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
@@ -13,7 +13,7 @@ COPY ./src /build/src
1313
COPY ./profiles/prod /build/profiles/prod
1414
RUN mvn -Pprod -DskipTests=true clean package spring-boot:repackage
1515

16-
FROM eclipse-temurin:25.0.1_8-jre
16+
FROM eclipse-temurin:25.0.2_10-jre
1717

1818
# Application Insights version
1919
ARG APPINSIGHTS_VERSION=3.7.7

0 commit comments

Comments
 (0)