From 63b093c27e08e00cd77e64725734d9101c52b20f Mon Sep 17 00:00:00 2001 From: Matyas Selmeci Date: Mon, 23 Sep 2024 11:44:40 -0500 Subject: [PATCH] Use new repo hostname --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6c22503..57d75ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN \ yum makecache && \ log "Updating OS" && time \ yum distro-sync -y && \ - OSG_URL=https://repo.opensciencegrid.org/osg/${OSG_RELEASE}-main/osg-${OSG_RELEASE}-main-el${DVER}-release-latest.rpm && \ + OSG_URL=https://repo.osg-htc.org/osg/${OSG_RELEASE}-main/osg-${OSG_RELEASE}-main-el${DVER}-release-latest.rpm && \ log "Installing EPEL/OSG repo packages" && time \ yum -y install $OSG_URL \ epel-release \