diff --git a/Dockerfile b/Dockerfile
index 97a05d9a22c844ce9c4e69f06144b8d618a41035..ac8dd46cac4bf3a488be595786b21aac00750436 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ LABEL maintainer "benjamin.bertrand@esss.se"
 
 RUN yum update -y \
   # Use IUS repository to install recent version of git (git2u)
-  && yum -y install  https://centos7.iuscommunity.org/ius-release.rpm \
+  && yum -y install  https://repo.ius.io/ius-release-el7.rpm \
   && yum install -y \
     file \
     patch \