Browse code

Merge pull request #40583 from thaJeztah/criu_3.13

Update CRIU to v3.13 "Silicon Willet"

Brian Goff authored on 2020/02/28 04:22:19
Showing 1 changed files
... ...
@@ -29,7 +29,7 @@ RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt \
29 29
             python-protobuf
30 30
 
31 31
 # Install CRIU for checkpoint/restore support
32
-ENV CRIU_VERSION 3.12
32
+ENV CRIU_VERSION 3.13
33 33
 RUN mkdir -p /usr/src/criu \
34 34
     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 \
35 35
     && cd /usr/src/criu \