Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ RUN apt-get -y update \
protobuf-compiler \
&& rm -rf /var/lib/apt/lists/*

RUN git clone -b master --single-branch https://github.com/google/nsjail.git . \
&& git checkout dccf911fd2659e7b08ce9507c25b2b38ec2c5800
RUN git clone -b 3.4 --depth 1 https://github.com/google/nsjail.git .
RUN make

FROM python:3.14-slim-bookworm AS base
Expand Down
75 changes: 11 additions & 64 deletions snekbox/config_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.