From bec1041534c20e501560d7fe6d2a06954c3ae8fd Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Sun, 26 Apr 2020 18:18:32 +0100 Subject: [PATCH] tools/alpine: Update containerd to v1.3.4 Signed-off-by: Rolf Neugebauer --- tools/alpine/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/alpine/Dockerfile b/tools/alpine/Dockerfile index cb49ea0c3..321b7d6c7 100644 --- a/tools/alpine/Dockerfile +++ b/tools/alpine/Dockerfile @@ -54,9 +54,8 @@ RUN go get -u github.com/LK4D4/vndr # checkout and compile containerd # Update `FROM` in `pkg/containerd/Dockerfile`, `pkg/init/Dockerfile` and # `test/pkg/containerd/Dockerfile` when changing this. -# For v1.3.x cherry-pick a upstream commit to allow disabling some tests. ENV CONTAINERD_REPO=https://github.com/containerd/containerd.git -ENV CONTAINERD_COMMIT=v1.3.3 +ENV CONTAINERD_COMMIT=v1.3.4 RUN mkdir -p $GOPATH/src/github.com/containerd && \ cd $GOPATH/src/github.com/containerd && \ git clone https://github.com/containerd/containerd.git && \