Skip to content

Commit fa1e3b6

Browse files
Update eclipse-temurin Docker tag to v21
1 parent b35697d commit fa1e3b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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.0.8_7-jre
16+
FROM eclipse-temurin:21.0.5_11-jre
1717

1818
# expose server port
1919
EXPOSE 8080

0 commit comments

Comments
 (0)