Skip to content

Commit 17185a7

Browse files
committed
Use JDK 25 LTS as the new default version
1 parent df33cc6 commit 17185a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

0 commit comments

Comments
 (0)