From 8fd4e7c2fd5290ece57518c57ff5491c947f7b9d Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Fri, 28 Jun 2019 01:13:17 +0100 Subject: [PATCH] alpine: Bump contianerd to v1.2.7 Signed-off-by: Rolf Neugebauer --- tools/alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/alpine/Dockerfile b/tools/alpine/Dockerfile index 039ce08c3..9e9bfb673 100644 --- a/tools/alpine/Dockerfile +++ b/tools/alpine/Dockerfile @@ -56,7 +56,7 @@ RUN go get -u github.com/LK4D4/vndr # Update `FROM` in `pkg/containerd/Dockerfile`, `pkg/init/Dockerfile` and # `test/pkg/containerd/Dockerfile` when changing this. ENV CONTAINERD_REPO=https://github.com/containerd/containerd.git -ENV CONTAINERD_COMMIT=v1.2.6 +ENV CONTAINERD_COMMIT=v1.2.7 RUN mkdir -p $GOPATH/src/github.com/containerd && \ cd $GOPATH/src/github.com/containerd && \ git clone https://github.com/containerd/containerd.git && \