We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26edfa6 commit accabf6Copy full SHA for accabf6
1 file changed
Dockerfile
@@ -137,9 +137,9 @@ RUN apt-get install -y --no-install-recommends \
137
##################################################################################
138
### JAVA
139
#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
+RUN curl -O https://download.oracle.com/java/25/latest/jdk-25_linux-x64_bin.deb \
+ && dpkg -i jdk-25_linux-x64_bin.deb \
+ && rm jdk-25_linux-x64_bin.deb
143
144
### Julia
145
RUN curl -fsSL https://install.julialang.org | sh -s -- -y \
0 commit comments