From 8940ba5e346ad03daf01005ac6e0f2c8287c40ef Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Sun, 25 Aug 2019 13:21:29 +0100 Subject: [PATCH] alpine: Bump containerd to v1.2.8 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 683958c9a..79687c414 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.7 +ENV CONTAINERD_COMMIT=v1.2.8 RUN mkdir -p $GOPATH/src/github.com/containerd && \ cd $GOPATH/src/github.com/containerd && \ git clone https://github.com/containerd/containerd.git && \