From ce126caf3ab3350ccb26a744a72362242da6d7a3 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Tue, 30 Oct 2018 10:53:47 +0000 Subject: [PATCH] Bump runc to version from containerd v1.2.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 eed3929c3..ed6d0a957 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=00dc70017d222b178a002ed30e9321b12647af2d +ENV RUNC_COMMIT=58592df56734acf62e574865fe40b9e53e967910 RUN mkdir -p $GOPATH/src/github.com/opencontainers && \ cd $GOPATH/src/github.com/opencontainers && \ git clone https://github.com/opencontainers/runc.git