Skip to content

Commit 5371535

Browse files
renovate[bot]jarkkoka
authored andcommitted
Update eclipse-temurin Docker tag to v17.0.7_7-jre
1 parent 81b915f commit 5371535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY ./spring-boot/src /build/src
1313
COPY ./spring-boot/profiles/prod /build/profiles/prod
1414
RUN mvn -Pprod -DskipTests=true clean package spring-boot:repackage
1515

16-
FROM eclipse-temurin:17-jre
16+
FROM eclipse-temurin:17.0.7_7-jre
1717

1818
# expose server port
1919
EXPOSE 8080

0 commit comments

Comments
 (0)