From 4b06f318cb927844c1af425fff926738b9e79c30 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Fri, 9 Feb 2024 11:39:46 +0000 Subject: [PATCH] Update dockerfile. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6818005f..69fdb279 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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