Explorar o código

Merge pull request #40895 from thaJeztah/bump_criu

Dockerfile: bump CRIU 3.14
Tibor Vass %!s(int64=5) %!d(string=hai) anos
pai
achega
171dcbbcf2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -32,7 +32,7 @@ RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt \
             python-protobuf
             python-protobuf
 
 
 # Install CRIU for checkpoint/restore support
 # Install CRIU for checkpoint/restore support
-ENV CRIU_VERSION 3.13
+ARG CRIU_VERSION=3.14
 RUN mkdir -p /usr/src/criu \
 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 \
     && 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 \
     && cd /usr/src/criu \