aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-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
# ------------------------------------------------------------------------------