Fixing AMD dockerfile.

This commit is contained in:
Nicolas Patry 2024-02-09 19:27:53 +00:00
parent 9a5d97235b
commit c85f737454

View File

@ -1,5 +1,5 @@
# Rust builder
FROM lukemathwalker/cargo-chef:latest-rust-1.71 AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.75 AS chef
WORKDIR /usr/src
ARG CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse