From 1b07ca4d8c2645ec1c65e2d6df18c76fc15fc50d Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Wed, 14 Feb 2018 13:10:42 +0000 Subject: [PATCH] Bump runc to version from containerd v1.0.2 Signed-off-by: Ian Campbell --- pkg/runc/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/runc/Dockerfile b/pkg/runc/Dockerfile index 9cef40242..a8bbd65ff 100644 --- a/pkg/runc/Dockerfile +++ b/pkg/runc/Dockerfile @@ -11,7 +11,7 @@ RUN \ make \ && true ENV GOPATH=/go PATH=$PATH:/go/bin -ENV RUNC_COMMIT=9f9c96235cc97674e935002fc3d78361b696a69e +ENV RUNC_COMMIT=a618ab5a0186905949ee463dbb762c3d23e12a80 RUN mkdir -p $GOPATH/src/github.com/opencontainers && \ cd $GOPATH/src/github.com/opencontainers && \ git clone https://github.com/opencontainers/runc.git