We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3677003 + 70e7d6f commit e734934Copy full SHA for e734934
Dockerfile
@@ -51,7 +51,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
51
&& rm -rf /var/lib/apt/lists/*
52
53
# Install CRIU for checkpoint/restore support
54
-ENV CRIU_VERSION 3.12
+ENV CRIU_VERSION 3.13
55
RUN mkdir -p /usr/src/criu \
56
&& curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 \
57
&& cd /usr/src/criu \
0 commit comments