Skip to content

Commit ac0efa3

Browse files
committed
cmake(ci): fix fedora java build
1 parent 6ac6f0a commit ac0efa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/docker/fedora/java.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ortools/cmake:fedora_swig AS env
22

33
RUN dnf -y update \
4-
&& dnf -y install java-21-openjdk java-21-openjdk-devel maven \
4+
&& dnf -y install java-25-openjdk java-25-openjdk-devel maven \
55
&& dnf clean all
66
ENV JAVA_HOME=/usr/lib/jvm/java-openjdk
77

0 commit comments

Comments
 (0)