Skip to content

Commit eed84aa

Browse files
ChrisLoveringjb3
authored andcommitted
Bump nsjail to v3.4
1 parent c23e8cd commit eed84aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ RUN apt-get -y update \
1212
protobuf-compiler \
1313
&& rm -rf /var/lib/apt/lists/*
1414

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

1918
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)