Skip to content

Commit f2454ac

Browse files
committed
feat: bump Java in Docker container to 25
1 parent b2fe212 commit f2454ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
FROM alpine:3.23.0@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 AS staging_area
1818

19-
RUN apk --no-cache add openjdk21-jdk openjdk21-jmods
19+
RUN apk --no-cache add openjdk25-jdk openjdk25-jmods
2020

2121
ENV JAVA_MINIMAL="/opt/java-minimal"
2222

@@ -34,7 +34,7 @@ RUN jdeps \
3434
# suppress any warnings printed to console
3535
-q \
3636
# java release version targeting
37-
--multi-release 21 \
37+
--multi-release 25 \
3838
# output the dependencies at end of run
3939
--print-module-deps \
4040
--recursive \

0 commit comments

Comments
 (0)