From e0b871560a3076042449ba9f6f7ff6a6f04fd709 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Fri, 12 Jan 2018 10:51:34 +0000 Subject: [PATCH] Bump to runc 7f24b40cc5423 as used by containerd v1.0.1-rc.0 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 8b5cf2f22..fa6446d1f 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=74a17296470088de3805e138d3d87c62e613dfc4 +ENV RUNC_COMMIT=7f24b40cc5423969b4554ef04ba0b00e2b4ba010 RUN mkdir -p $GOPATH/src/github.com/opencontainers && \ cd $GOPATH/src/github.com/opencontainers && \ git clone https://github.com/opencontainers/runc.git