From 3e38a8c3231e09d3ac2a46f87651a6e3bc24ca5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Dalleau?= Date: Mon, 13 Dec 2021 16:22:37 +0100 Subject: [PATCH] Bump runc to 1.0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Frédéric Dalleau --- pkg/runc/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/runc/Dockerfile b/pkg/runc/Dockerfile index 7d2e5359b..9ba5d7144 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.2 +ENV RUNC_COMMIT=v1.0.3 RUN mkdir -p $GOPATH/src/github.com/opencontainers && \ cd $GOPATH/src/github.com/opencontainers && \ git clone https://github.com/opencontainers/runc.git