diff --git a/Dockerfile b/Dockerfile index 2a844a0..249e712 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Leveraging the pre-built Docker images with # cargo-chef and the Rust toolchain # https://www.lpalmieri.com/posts/fast-rust-docker-builds/ -FROM --platform=${BUILDPLATFORM:-linux/amd64} lukemathwalker/cargo-chef:latest-rust-1.84.1 AS chef +FROM --platform=${BUILDPLATFORM:-linux/amd64} lukemathwalker/cargo-chef:latest-rust-1.97.1 AS chef WORKDIR /rust_parser FROM chef AS planner