We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a0d93 commit 2ab7f39Copy full SHA for 2ab7f39
swan/Dockerfile
@@ -61,7 +61,7 @@ RUN dnf install -y \
61
# Install HEP_OSlibs
62
# This installs system packages for LCGs to work
63
RUN dnf --repofrompath=wlcg,'https://linuxsoft.cern.ch/wlcg/el9/$basearch/' install -y --nogpgcheck wlcg-repo
64
-RUN dnf -y install HEP_OSlibs-9.1.0-2.el9
+RUN dnf -y install HEP_OSlibs-9.2.3-1.el9
65
66
# Switch back to jovyan to avoid accidental container runs as root
67
USER ${NB_UID}
0 commit comments