File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525# Use Invenio's alma image with Python-3.9
2626FROM registry.cern.ch/inveniosoftware/almalinux:1
2727
28- # Use XRootD 5.6.9
29- ENV XROOTD_VERSION=5.6.9
28+ # Use XRootD 5.7.0
29+ ENV XROOTD_VERSION=5.7.0
3030
3131# Install CERN Open Data Portal web node pre-requisites
3232# hadolint ignore=DL3033
Original file line number Diff line number Diff line change @@ -582,7 +582,7 @@ wtforms==2.3.3
582582 # via
583583 # flask-wtf
584584 # invenio-files-rest
585- xrootd==5.6.9
585+ xrootd==5.7.0
586586 # via
587587 # cernopendata (setup.py)
588588 # xrootdpyfs
Original file line number Diff line number Diff line change 119119 # Pin Celery due to worker runtime issues
120120 "celery==5.2.7" ,
121121 # Pin XRootD consistently with Dockerfile
122- "xrootd==5.6.9 " ,
122+ "xrootd==5.7.0 " ,
123123 # Pin Flask/gevent/greenlet/raven to make master work again
124124 "Flask==2.2.5" ,
125125 "Flask-Alembic==2.0.1" ,
You can’t perform that action at this time.
0 commit comments