Skip to content

Commit

Permalink
Java: pin jq version
Browse files Browse the repository at this point in the history
  • Loading branch information
rien committed Feb 12, 2024
1 parent 01fba0a commit e289fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dodona-java21.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM eclipse-temurin:21-jdk-alpine

# Install jq for json querying in bash
RUN apk add --update-cache jq \
RUN apk add --no-cache jq=1.7.1-r0 \
# Make sure the students can't find our secret path, which is mounted in
# /mnt with a secure random name.
&& chmod 711 /mnt \
Expand Down

0 comments on commit e289fb4

Please sign in to comment.