Update dockerfile.

This commit is contained in:
Nicolas Patry 2024-02-09 11:39:46 +00:00
parent 903fbec604
commit 4b06f318cb

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