Skip to content
Merged
Show file tree
Hide file tree
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 Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
###############################################################################
ARG ENABLE_RUST=false

FROM quay.io/pypa/manylinux2014_x86_64:2025.10.19-2 AS rust-builder-base
FROM quay.io/pypa/manylinux2014:2025.10.19-2 AS rust-builder-base
ARG ENABLE_RUST

# Set shell with pipefail for safety
Expand Down
2 changes: 1 addition & 1 deletion Containerfile.lite
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ARG ENABLE_RUST=false
# To build WITH Rust: docker build --build-arg ENABLE_RUST=true -f Containerfile.lite .
# To build WITHOUT Rust (default): docker build -f Containerfile.lite .
###############################################################################
FROM quay.io/pypa/manylinux2014_x86_64:2025.10.19-2 AS rust-builder-base
FROM quay.io/pypa/manylinux2014:2025.10.19-2 AS rust-builder-base
ARG ENABLE_RUST

# Set shell with pipefail for safety
Expand Down
Loading