Skip to content

Commit accabf6

Browse files
Update JDK to 25
1 parent 26edfa6 commit accabf6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ RUN apt-get install -y --no-install-recommends \
137137
##################################################################################
138138
### JAVA
139139
#RUN apt-get install -y default-jdk
140-
RUN curl -O https://download.oracle.com/java/24/latest/jdk-24_linux-x64_bin.deb \
141-
&& dpkg -i jdk-24_linux-x64_bin.deb \
142-
&& rm jdk-24_linux-x64_bin.deb
140+
RUN curl -O https://download.oracle.com/java/25/latest/jdk-25_linux-x64_bin.deb \
141+
&& dpkg -i jdk-25_linux-x64_bin.deb \
142+
&& rm jdk-25_linux-x64_bin.deb
143143

144144
### Julia
145145
RUN curl -fsSL https://install.julialang.org | sh -s -- -y \

0 commit comments

Comments
 (0)