From faf5a68ad64af43c4908a8ef66f644bfe73a19fc Mon Sep 17 00:00:00 2001 From: Avi Deitcher Date: Mon, 21 Mar 2022 14:01:54 +0200 Subject: [PATCH] runc to 1.1 Signed-off-by: Avi Deitcher --- pkg/runc/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/runc/Dockerfile b/pkg/runc/Dockerfile index 9ba5d7144..1789fd7d8 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.3 +ENV RUNC_COMMIT=v1.1.0 RUN mkdir -p $GOPATH/src/github.com/opencontainers && \ cd $GOPATH/src/github.com/opencontainers && \ git clone https://github.com/opencontainers/runc.git