We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2fe212 commit f2454acCopy full SHA for f2454ac
docker/Dockerfile
@@ -16,7 +16,7 @@
16
17
FROM alpine:3.23.0@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 AS staging_area
18
19
-RUN apk --no-cache add openjdk21-jdk openjdk21-jmods
+RUN apk --no-cache add openjdk25-jdk openjdk25-jmods
20
21
ENV JAVA_MINIMAL="/opt/java-minimal"
22
@@ -34,7 +34,7 @@ RUN jdeps \
34
# suppress any warnings printed to console
35
-q \
36
# java release version targeting
37
---multi-release 21 \
+--multi-release 25 \
38
# output the dependencies at end of run
39
--print-module-deps \
40
--recursive \
0 commit comments