Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update container #282

Merged
merged 2 commits into from
May 31, 2024
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
4 changes: 2 additions & 2 deletions maintainer/pineappl-ci/Containerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM quay.io/pypa/manylinux2014_x86_64

ARG APPLGRID_V=1.6.27
ARG APPLGRID_V=1.6.36
# must be at least 0.9.16, see https://github.com/NNPDF/pineappl/pull/242#issuecomment-1705371291
ARG CARGOC_V=0.9.24+cargo-0.73.0
ARG FASTNLO_V=2.5.0-2826
ARG LHAPDF_V=6.4.0
ARG LHAPDF_V=6.5.4
ARG ZLIB_V=1.3.1

# the last version is the default Rust version used in the container
Expand Down
Loading