summaryrefslogtreecommitdiff
path: root/Dockerfile.centos
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.centos')
-rw-r--r--Dockerfile.centos4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile.centos b/Dockerfile.centos
index 605dc9df4..0a1d84bce 100644
--- a/Dockerfile.centos
+++ b/Dockerfile.centos
@@ -67,8 +67,8 @@ RUN set -x \
ENV CRIO_COMMIT 7a283c391abb7bd25086a8ff91dbb36ebdd24466
RUN set -x \
&& export GOPATH="$(mktemp -d)" \
- && git clone https://github.com/kubernetes-sigs/cri-o.git "$GOPATH/src/github.com/kubernetes-sigs/cri-o.git" \
- && cd "$GOPATH/src/github.com/kubernetes-sigs/cri-o.git" \
+ && git clone https://github.com/cri-o/cri-o.git "$GOPATH/src/github.com/cri-o/cri-o.git" \
+ && cd "$GOPATH/src/github.com/cri-o/cri-o.git" \
&& git fetch origin --tags \
&& git checkout -q "$CRIO_COMMIT" \
&& make \