From ad7770fbf941ac0a85b7fe0a4e4237d7bc7d326e Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Tue, 6 Jun 2017 22:10:12 +0100 Subject: [PATCH] Update containerd Fixes boltdb copying issue which caused failures. Signed-off-by: Justin Cormack --- pkg/containerd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/containerd/Dockerfile b/pkg/containerd/Dockerfile index f45028fc9..19d93331c 100644 --- a/pkg/containerd/Dockerfile +++ b/pkg/containerd/Dockerfile @@ -10,7 +10,7 @@ RUN \ make \ && true ENV GOPATH=/root/go -ENV CONTAINERD_COMMIT=7fc91b05917e93d474fab9465547d44eacd10ce3 +ENV CONTAINERD_COMMIT=25cc7614ae1cc2c192f6c9ceca0c1c6fd6b091aa RUN mkdir -p $GOPATH/src/github.com/containerd && \ cd $GOPATH/src/github.com/containerd && \ git clone https://github.com/containerd/containerd.git