Skip to content

Commit

Permalink
bump omegajail (#118)
Browse files Browse the repository at this point in the history
this allos to stop using `pidfd_open` altogether
  • Loading branch information
lhchavez authored Feb 13, 2023
1 parent f0d3746 commit acc7cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN mkdir /tmp/karel && \

# Install a newer version of the omegajail binary.
RUN rm -rf /var/lib/omegajail && \
curl -sSL https://github.com/omegaup/omegajail/releases/download/v3.10.3/omegajail-focal-distrib-x86_64.tar.xz | tar xJ -C / && \
curl -sSL https://github.com/omegaup/omegajail/releases/download/v3.10.4/omegajail-focal-distrib-x86_64.tar.xz | tar xJ -C / && \
curl -sL https://github.com/omegaup/libinteractive/releases/download/v2.0.30/libinteractive.jar \
-o /usr/share/java/libinteractive.jar

Expand Down

0 comments on commit acc7cc5

Please sign in to comment.