Skip to content

Commit 65a80c6

Browse files
committed
Update Dockerfiles for new default JDK 25
1 parent 17185a7 commit 65a80c6

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

target/debian-bookworm-21/latest/Dockerfile renamed to target/debian-bookworm-25/latest/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM debian:bookworm
22

33
ENV JAVA_HOME=/opt/java/openjdk
4-
COPY --from=eclipse-temurin:21 $JAVA_HOME $JAVA_HOME
4+
COPY --from=eclipse-temurin:25 $JAVA_HOME $JAVA_HOME
55
ENV PATH="${JAVA_HOME}/bin:${PATH}"
66

77

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)