Skip to content

Commit e734934

Browse files
authored
Merge pull request #40850 from thaJeztah/19.03_backport_criu_3.13
[19.03 backport] Update CRIU to v3.13 "Silicon Willet"
2 parents 3677003 + 70e7d6f commit e734934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
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.12
54+
ENV CRIU_VERSION 3.13
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)