Browse code

Merge pull request #39743 from thaJeztah/bump_criu

Dockerfile: update CRIU to v3.12

Brian Goff authored on 2019/08/15 07:54:31
Showing 1 changed files
... ...
@@ -36,7 +36,7 @@ RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/
36 36
 FROM base AS criu
37 37
 ARG DEBIAN_FRONTEND
38 38
 # Install CRIU for checkpoint/restore support
39
-ENV CRIU_VERSION 3.11
39
+ENV CRIU_VERSION 3.12
40 40
 # Install dependency packages specific to criu
41 41
 RUN apt-get update && apt-get install -y --no-install-recommends \
42 42
 	libnet-dev \