Skip to content

Commit

Permalink
Merge pull request #40895 from thaJeztah/bump_criu
Browse files Browse the repository at this point in the history
Dockerfile: bump CRIU 3.14
  • Loading branch information
tiborvass authored May 28, 2020
2 parents 1aafcbb + a342010 commit 171dcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt \
python-protobuf

# Install CRIU for checkpoint/restore support
ENV CRIU_VERSION 3.13
ARG CRIU_VERSION=3.14
RUN mkdir -p /usr/src/criu \
&& curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 \
&& cd /usr/src/criu \
Expand Down

0 comments on commit 171dcbb

Please sign in to comment.