Skip to content

Commit ea3f80b

Browse files
rienTomNaessens
authored andcommitted
Update modern Java to Java 25
1 parent 31792b3 commit ea3f80b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dodona-java21.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM eclipse-temurin:21-jdk-alpine
1+
FROM eclipse-temurin:25-jdk-alpine
22

33
# Install jq for json querying in bash
4-
RUN apk add --no-cache jq=1.8.0-r0 \
4+
RUN apk add --no-cache jq=1.8.1-r0 \
55
# Make sure the students can't find our secret path, which is mounted in
66
# /mnt with a secure random name.
77
&& chmod 711 /mnt \

0 commit comments

Comments
 (0)