aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2019-08-04 23:30:37 -0700
committerGravatar MarkKoz <[email protected]>2019-08-04 23:30:37 -0700
commitc01e409e853d0805fbf55469f5047cdddc4acf9f (patch)
tree9a6a87ff6a24504100e68ee68b0498305615058b
parentPin dependencies (diff)
Pin NsJail version
-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