Skip to content

Commit d29016b

Browse files
authored
Merge pull request #294 from rynge/gwms311
vo-frontend: disable osg-upcoming to make sure we are not picking up 3.11
2 parents 02536bb + 3a6d98b commit d29016b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

opensciencegrid/vo-frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN groupadd -o -g 993 frontend
1313
RUN useradd -o -u 996 -g 993 -s /bin/sh frontend
1414

1515
# for developement, grab gwms from upcoming
16-
RUN yum -y install \
16+
RUN yum --disablerepo=osg-upcoming -y install \
1717
git \
1818
glideinwms-vofrontend-standalone \
1919
jq \

0 commit comments

Comments
 (0)