diff options
| author | 2025-08-24 22:33:17 +0100 | |
|---|---|---|
| committer | 2025-08-30 21:52:34 +0100 | |
| commit | eed84aad86d23fbd5daf9159c14f44179bdec3e0 (patch) | |
| tree | 84a9f1906d6c1e3e548315f7367d13613861dde9 /Dockerfile | |
| parent | Bump the ci-dependencies group across 1 directory with 2 updates (#240) (diff) | |
Bump nsjail to v3.4
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 # ------------------------------------------------------------------------------ |