Selaa lähdekoodia

Update CRIU github repository

Signed-off-by: Ross Boucher <rboucher@gmail.com>
Ross Boucher 7 vuotta sitten
vanhempi
commit
f01d2029bb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -97,7 +97,7 @@ ENV GOPATH /go
 # Install CRIU for checkpoint/restore support
 # Install CRIU for checkpoint/restore support
 ENV CRIU_VERSION 3.6
 ENV CRIU_VERSION 3.6
 RUN mkdir -p /usr/src/criu \
 RUN mkdir -p /usr/src/criu \
-	&& curl -sSL https://github.com/xemul/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 \
 	&& make \
 	&& make \
 	&& make install-criu
 	&& make install-criu