Skip to content

Commit 63b093c

Browse files
Use new repo hostname
1 parent 4d8f9b1 commit 63b093c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN \
1818
yum makecache && \
1919
log "Updating OS" && time \
2020
yum distro-sync -y && \
21-
OSG_URL=https://repo.opensciencegrid.org/osg/${OSG_RELEASE}-main/osg-${OSG_RELEASE}-main-el${DVER}-release-latest.rpm && \
21+
OSG_URL=https://repo.osg-htc.org/osg/${OSG_RELEASE}-main/osg-${OSG_RELEASE}-main-el${DVER}-release-latest.rpm && \
2222
log "Installing EPEL/OSG repo packages" && time \
2323
yum -y install $OSG_URL \
2424
epel-release \

0 commit comments

Comments
 (0)