Skip to content

Commit

Permalink
Bump omegajail (#105)
Browse files Browse the repository at this point in the history
This should display the errnos a bit nicer.
  • Loading branch information
lhchavez authored Jan 22, 2023
1 parent 74ecf9c commit 617a04b
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.0/omegajail-focal-distrib-x86_64.tar.xz | tar xJ -C /
curl -sSL https://github.com/omegaup/omegajail/releases/download/v3.10.1/omegajail-focal-distrib-x86_64.tar.xz | tar xJ -C /

FROM base

Expand Down

0 comments on commit 617a04b

Please sign in to comment.