Skip to content

Commit

Permalink
chore: lock maturin to 1.7 in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Jan 7, 2025
1 parent f47dbdd commit cd03573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.manylinux
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN curl --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
&& python3.12 -m pip install --no-cache-dir cffi \
&& mkdir /io

RUN python3.12 -m pip install maturin
RUN python3.12 -m pip install maturin==1.7.0

WORKDIR /io

Expand Down

0 comments on commit cd03573

Please sign in to comment.