From fd67969697c3be7b8cea2268de235f792e7a5f2a Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Sun, 14 Apr 2019 11:04:20 +0100 Subject: [PATCH] pkg/runc: Bump to v1.0.0-rc7-6-g029124da This is the recommended version for containerd v1.2.6 While at it, also bump the alpine base. Signed-off-by: Rolf Neugebauer --- pkg/runc/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/runc/Dockerfile b/pkg/runc/Dockerfile index 748154cb2..28de7f811 100644 --- a/pkg/runc/Dockerfile +++ b/pkg/runc/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed as alpine +FROM linuxkit/alpine:86cd4f51b49fb9a078b50201d892a3c7973d48ec as alpine RUN \ apk add \ bash \ @@ -11,7 +11,7 @@ RUN \ make \ && true ENV GOPATH=/go PATH=$PATH:/go/bin -ENV RUNC_COMMIT=6635b4f0c6af3810594d2770f662f34ddc15b40d +ENV RUNC_COMMIT=029124da7af7360afa781a0234d1b083550f797c RUN mkdir -p $GOPATH/src/github.com/opencontainers && \ cd $GOPATH/src/github.com/opencontainers && \ git clone https://github.com/opencontainers/runc.git