We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab649c commit 6e97554Copy full SHA for 6e97554
src/docker_clojure/config.clj
@@ -73,7 +73,7 @@
73
74
(def git-repo "https://github.com/Quantisan/docker-clojure.git")
75
76
-(def jdk-versions #{8 11 17 21 24})
+(def jdk-versions #{8 11 17 21 24 25})
77
78
(def base-images
79
"Map of JDK version to base image name(s) with :default as a fallback"
0 commit comments