Skip to content

Commit

Permalink
Bump omegajail version (#116)
Browse files Browse the repository at this point in the history
This change bumps the omegajail version so that it can skip setting up
the seccomp sandbox when needed.
  • Loading branch information
lhchavez authored Feb 13, 2023
1 parent ba9209d commit 4d19bb8
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.2/omegajail-focal-distrib-x86_64.tar.xz | tar xJ -C / && \
curl -sSL https://github.com/omegaup/omegajail/releases/download/v3.10.3/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 4d19bb8

Please sign in to comment.