From 9bc2f8fc481727629ba6eaa2bc9962ed33c77f1f Mon Sep 17 00:00:00 2001 From: Andrew Rynhard Date: Thu, 28 Mar 2019 21:42:29 -0700 Subject: [PATCH] fix: revert runc to v1.0.0-rc.6 (#470) Signed-off-by: Andrew Rynhard --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 883950a2d..ad95f407f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -159,7 +159,7 @@ RUN cd $GOPATH/src/github.com/containerd/containerd \ && cp bin/containerd /rootfs/bin \ && cp bin/containerd-shim /rootfs/bin # runc -RUN curl -L https://github.com/opencontainers/runc/releases/download/v1.0.0-rc7/runc.amd64 -o /rootfs/bin/runc +RUN curl -L https://github.com/opencontainers/runc/releases/download/v1.0.0-rc6/runc.amd64 -o /rootfs/bin/runc RUN chmod +x /rootfs/bin/runc # CNI RUN mkdir -p /rootfs/opt/cni/bin