Merge pull request #40895 from thaJeztah/bump_criu

Dockerfile: bump CRIU 3.14
This commit is contained in:
Tibor Vass 2020-05-28 11:22:09 -07:00 committed by GitHub
commit 171dcbbcf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt \
python-protobuf
# Install CRIU for checkpoint/restore support
ENV CRIU_VERSION 3.13
ARG CRIU_VERSION=3.14
RUN mkdir -p /usr/src/criu \
&& curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 \
&& cd /usr/src/criu \