From e1c6ae16784edbbe53326c0123b6b6302fe5c35e Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 30 Aug 2018 13:40:00 +0100 Subject: [PATCH] Bump runc to version from containerd v1.1.3 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 c53fc2755..46bc55c99 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=69663f0bd4b60df09991c08812a60108003fa340 +ENV RUNC_COMMIT=20aff4f0488c6d4b8df4d85b4f63f1f704c11abd RUN mkdir -p $GOPATH/src/github.com/opencontainers && \ cd $GOPATH/src/github.com/opencontainers && \ git clone https://github.com/opencontainers/runc.git