aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2025-08-24 22:33:17 +0100
committerGravatar Joe Banks <[email protected]>2025-08-30 21:52:34 +0100
commiteed84aad86d23fbd5daf9159c14f44179bdec3e0 (patch)
tree84a9f1906d6c1e3e548315f7367d13613861dde9
parentBump the ci-dependencies group across 1 directory with 2 updates (#240) (diff)
Bump nsjail to v3.4
-rw-r--r--Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index dd7130a..81e2ae5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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
# ------------------------------------------------------------------------------