From 716f60f2268b71a004306489232f4c841014dc6a Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Thu, 11 May 2017 10:11:18 +0100 Subject: [PATCH] Update containerd This includes the bug fix that was causing output to be lost much of the time. fix #1660 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 adac4949b..bcab2f908 100644 --- a/pkg/containerd/Dockerfile +++ b/pkg/containerd/Dockerfile @@ -10,7 +10,7 @@ RUN \ make \ && true ENV GOPATH=/root/go -ENV CONTAINERD_COMMIT=25a161bf5d4483bd0bea9e38b0e8fe3ecb17b53e +ENV CONTAINERD_COMMIT=b53105ed253b99f8b63809e704f23819dce9776e RUN mkdir -p $GOPATH/src/github.com/containerd && \ cd $GOPATH/src/github.com/containerd && \ git clone https://github.com/containerd/containerd.git