Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit b47e742

Browse files
authored
Merge pull request moby#41027 from thaJeztah/19.03_bump_criu
[19.03 backport] Dockerfile: bump CRIU 3.14
2 parents b85d75e + 4c24512 commit b47e742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
5151
&& rm -rf /var/lib/apt/lists/*
5252

5353
# Install CRIU for checkpoint/restore support
54-
ENV CRIU_VERSION 3.13
54+
ARG CRIU_VERSION=3.14
5555
RUN mkdir -p /usr/src/criu \
5656
&& curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 \
5757
&& cd /usr/src/criu \

0 commit comments

Comments
 (0)