Skip to content

Commit baa5de0

Browse files
committed
build: XRootD 5.7.0
Updates XRootD version, fixing image building troubles.
1 parent bde8460 commit baa5de0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
# Use Invenio's alma image with Python-3.9
2626
FROM 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

requirements-production.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
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",

0 commit comments

Comments
 (0)