From 24c13f222c09e1da227048a96b9bd4711c2d2f3c Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 14 Feb 2019 10:01:33 +0000 Subject: [PATCH] Bump runc to version from containerd v1.2.4 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 769ac0f99..665135b9f 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=12f6a991201fdb8f82579582d5e00e28fba06d0a +ENV RUNC_COMMIT=6635b4f0c6af3810594d2770f662f34ddc15b40d RUN mkdir -p $GOPATH/src/github.com/opencontainers && \ cd $GOPATH/src/github.com/opencontainers && \ git clone https://github.com/opencontainers/runc.git