From fcde477aa958b7101254c3825918787cdf147ddc Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 9 Mar 2026 13:25:47 -0700 Subject: chore: update to Rust 1.94 (#3247) ## Checks - [ ] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [ ] I have checked that there are no existing pull requests for the same thing --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 49a7a907..4364a3f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM lukemathwalker/cargo-chef:latest-rust-1.93.1-slim-bookworm AS chef +FROM lukemathwalker/cargo-chef:latest-rust-1.94.0-slim-bookworm AS chef WORKDIR app FROM chef AS planner -- cgit v1.3.1