From 0cfaa9ce657672d0198f787627dbb7467432083b Mon Sep 17 00:00:00 2001 From: David Scott Date: Sat, 16 Oct 2021 20:20:47 +0100 Subject: [PATCH] runc: update to v1.0.2 Signed-off-by: David Scott --- pkg/runc/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/runc/Dockerfile b/pkg/runc/Dockerfile index ae41736ea..0f753b80a 100644 --- a/pkg/runc/Dockerfile +++ b/pkg/runc/Dockerfile @@ -12,7 +12,7 @@ RUN \ make \ && true ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off -ENV RUNC_COMMIT=v1.0.0-rc95 +ENV RUNC_COMMIT=v1.0.2 RUN mkdir -p $GOPATH/src/github.com/opencontainers && \ cd $GOPATH/src/github.com/opencontainers && \ git clone https://github.com/opencontainers/runc.git