From 2875ef0e82959a098dca424353aa24c6181d72fd Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 12 Oct 2017 13:01:06 +0100 Subject: [PATCH] runc: Update to version used by containerd v1.0.0-beta.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 80f41684f..266d7fc77 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=v1.0.0-rc4 +ENV RUNC_COMMIT=0351df1c5a66838d0c392b4ac4cf9450de844e2d RUN mkdir -p $GOPATH/src/github.com/opencontainers && \ cd $GOPATH/src/github.com/opencontainers && \ git clone https://github.com/opencontainers/runc.git