From ddd8c0c017eb1d2415e74acf32c6715a236ea857 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Tue, 8 Jan 2019 11:52:42 +0000 Subject: [PATCH] Bump runc to version from containerd v1.2.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 ed6d0a957..70a31c15a 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=58592df56734acf62e574865fe40b9e53e967910 +ENV RUNC_COMMIT=96ec2177ae841256168fcf76954f7177af9446eb RUN mkdir -p $GOPATH/src/github.com/opencontainers && \ cd $GOPATH/src/github.com/opencontainers && \ git clone https://github.com/opencontainers/runc.git