Update CRIU to v3.13 "Silicon Willet"
| ... | ... |
@@ -29,7 +29,7 @@ RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt \ |
| 29 | 29 |
python-protobuf |
| 30 | 30 |
|
| 31 | 31 |
# Install CRIU for checkpoint/restore support |
| 32 |
-ENV CRIU_VERSION 3.12 |
|
| 32 |
+ENV CRIU_VERSION 3.13 |
|
| 33 | 33 |
RUN mkdir -p /usr/src/criu \ |
| 34 | 34 |
&& curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 \
|
| 35 | 35 |
&& cd /usr/src/criu \ |