Skip to content

Commit 84a047f

Browse files
Merge branch 'master' into heroku
2 parents 1f2c152 + accabf6 commit 84a047f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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 \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)