| ... | ... |
@@ -155,7 +155,7 @@ RUN git clone https://github.com/golang/lint.git /go/src/github.com/golang/lint |
| 155 | 155 |
&& go install -v github.com/golang/lint/golint |
| 156 | 156 |
|
| 157 | 157 |
# Install CRIU for checkpoint/restore support |
| 158 |
-ENV CRIU_VERSION 2.2 |
|
| 158 |
+ENV CRIU_VERSION 2.9 |
|
| 159 | 159 |
RUN mkdir -p /usr/src/criu \ |
| 160 | 160 |
&& curl -sSL https://github.com/xemul/criu/archive/v${CRIU_VERSION}.tar.gz | tar -v -C /usr/src/criu/ -xz --strip-components=1 \
|
| 161 | 161 |
&& cd /usr/src/criu \ |