From 7d76051bb0752498cf736e383afc429836218fef Mon Sep 17 00:00:00 2001 From: David Scott Date: Wed, 2 Jun 2021 14:36:13 +0100 Subject: [PATCH] runc: update to v1.0.0-rc95 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 10466a667..ae41736ea 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-rc10 +ENV RUNC_COMMIT=v1.0.0-rc95 RUN mkdir -p $GOPATH/src/github.com/opencontainers && \ cd $GOPATH/src/github.com/opencontainers && \ git clone https://github.com/opencontainers/runc.git