Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ RUN groupadd -g ${XROOTD_GID} xrootd \
# NOTE: If you update this version, you must also update the version in
# github_scripts/osx_install.sh
ARG XROOTD_VER="5.9.1"
ARG XROOTD_RELEASE="1.2.osg${OSG_SERIES}.${BASE_OS}"
ARG XROOTD_RELEASE="1.3.osg${OSG_SERIES}.${BASE_OS}"
Comment thread
h2zh marked this conversation as resolved.
ARG KOJIHUB_BASE_URL="https://kojihub2000.chtc.wisc.edu/kojifiles/packages/xrootd/${XROOTD_VER}/${XROOTD_RELEASE}"

# The packages from Koji need to be installed in a single dnf command in
Expand Down
Loading