Skip to content

Commit 97fbdb8

Browse files
Merge pull request #93 from opensciencegrid/matyasselmeci-patch-092324a
Use new repo hostname
2 parents e520192 + 63b093c commit 97fbdb8

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)