aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker/base.Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/base.Dockerfile b/docker/base.Dockerfile
index 19fc1b8..14645d9 100644
--- a/docker/base.Dockerfile
+++ b/docker/base.Dockerfile
@@ -10,7 +10,8 @@ RUN apk add --no-cache --update \
linux-headers \
make \
protobuf-dev
-RUN git clone --depth=1 https://github.com/google/nsjail.git /nsjail
+RUN git clone --depth=1 https://github.com/google/nsjail.git /nsjail \
+ && git checkout 0b1d5ac03932c140f08536ed72b4b58741e7d3cf
WORKDIR /nsjail
RUN make