Skip to content

Commit 6938e39

Browse files
authored
Merge pull request #268 from Quantisan/update/default-jdk-25
Update default JDK to 25 LTS
2 parents df33cc6 + 65a80c6 commit 6938e39

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

src/docker_clojure/config.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
:default ["debian" "eclipse-temurin"]})
8484

8585
;; The default JDK version to use for tags that don't specify one; usually the latest LTS release
86-
(def default-jdk-version 21)
86+
(def default-jdk-version 25)
8787

8888
(def distros
8989
"Map of base image name to set of distro tags to use, namespaced by Linux

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)