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

Commit d728333

Browse files
authored
Merge pull request #41027 from thaJeztah/19.03_bump_criu
[19.03 backport] Dockerfile: bump CRIU 3.14 Upstream-commit: b47e74255811b2ead92b22254174c27ae9d6c9f4 Component: engine
2 parents cbb893a + 9b224f2 commit d728333

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/engine/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)