Skip to content

Commit 6e45252

Browse files
renovate[bot]Jontzii
authored andcommitted
Update eclipse-temurin Docker tag to v25
1 parent 42c079b commit 6e45252

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:17.0.8_7-jre
16+
FROM eclipse-temurin:25.0.1_8-jre
1717

1818
# expose server port
1919
EXPOSE 8080

0 commit comments

Comments
 (0)