File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
145145RUN curl -fsSL https://install.julialang.org | sh -s -- -y \
Original file line number Diff line number Diff line change @@ -391,6 +391,7 @@ CodeRunner.send(
391391@end
392392-->
393393
394+ [ ![ MseeP.ai Security Assessment Badge] ( https://mseep.net/pr/liascript-coderunner-badge.png )] ( https://mseep.ai/app/liascript-coderunner )
394395
395396# CodeRunner
396397
You can’t perform that action at this time.
0 commit comments