Browse code

Merge pull request #40895 from thaJeztah/bump_criu

Dockerfile: bump CRIU 3.14

Tibor Vass authored on 2020/05/29 03:22:09
Showing 1 changed files
... ...
@@ -32,7 +32,7 @@ RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt \
32 32
             python-protobuf
33 33
 
34 34
 # Install CRIU for checkpoint/restore support
35
-ENV CRIU_VERSION 3.13
35
+ARG CRIU_VERSION=3.14
36 36
 RUN mkdir -p /usr/src/criu \
37 37
     && curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 \
38 38
     && cd /usr/src/criu \