From 76d41478bf3d0f6dc9118589fb89c79c6a858956 Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Fri, 1 Sep 2017 16:25:52 +0200 Subject: [PATCH] Dockerfile: bump runc commit Signed-off-by: Antonio Murdaca --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ca0ced93..ce4b4af1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,7 +53,7 @@ RUN mkdir -p /usr/src/criu \ && rm -rf /usr/src/criu # Install runc -ENV RUNC_COMMIT c5ec25487693612aed95673800863e134785f946 +ENV RUNC_COMMIT 84a082bfef6f932de921437815355186db37aeb1 RUN set -x \ && export GOPATH="$(mktemp -d)" \ && git clone https://github.com/opencontainers/runc.git "$GOPATH/src/github.com/opencontainers/runc" \