From 53ab4f8717ca72179ed6e64e031e07df90e0fb61 Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Fri, 9 Jun 2017 10:44:22 -0700 Subject: [PATCH] Update criu to 3.1 This updates criu to the latest release to help resolve some of the issues we are seeing on the CI. Signed-off-by: Michael Crosby --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 37fd2cf5b..3237fc2c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ RUN cd /tmp \ && rm -rf /tmp/bats # install criu -ENV CRIU_VERSION 2.12 +ENV CRIU_VERSION 3.1 RUN mkdir -p /usr/src/criu \ && curl -sSL https://github.com/xemul/criu/archive/v${CRIU_VERSION}.tar.gz | tar -v -C /usr/src/criu/ -xz --strip-components=1 \ && cd /usr/src/criu \