We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df33cc6 + 65a80c6 commit 6938e39Copy full SHA for 6938e39
4 files changed
src/docker_clojure/config.clj
@@ -83,7 +83,7 @@
83
:default ["debian" "eclipse-temurin"]})
84
85
;; The default JDK version to use for tags that don't specify one; usually the latest LTS release
86
-(def default-jdk-version 21)
+(def default-jdk-version 25)
87
88
(def distros
89
"Map of base image name to set of distro tags to use, namespaced by Linux
…get/debian-bookworm-21/latest/Dockerfile …get/debian-bookworm-25/latest/Dockerfiletarget/debian-bookworm-21/latest/Dockerfile renamed to target/debian-bookworm-25/latest/Dockerfile
@@ -1,7 +1,7 @@
1
FROM debian:bookworm
2
3
ENV JAVA_HOME=/opt/java/openjdk
4
-COPY --from=eclipse-temurin:21 $JAVA_HOME $JAVA_HOME
+COPY --from=eclipse-temurin:25 $JAVA_HOME $JAVA_HOME
5
ENV PATH="${JAVA_HOME}/bin:${PATH}"
6
7
…get/debian-bookworm-21/latest/entrypoint …get/debian-bookworm-25/latest/entrypointtarget/debian-bookworm-21/latest/entrypoint renamed to target/debian-bookworm-25/latest/entrypoint
…t/debian-bookworm-21/latest/rlwrap.retry …t/debian-bookworm-25/latest/rlwrap.retrytarget/debian-bookworm-21/latest/rlwrap.retry renamed to target/debian-bookworm-25/latest/rlwrap.retry
0 commit comments