From eed84aad86d23fbd5daf9159c14f44179bdec3e0 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Sun, 24 Aug 2025 22:33:17 +0100 Subject: Bump nsjail to v3.4 --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 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 # ------------------------------------------------------------------------------ -- cgit v1.2.3