diff --git a/Dockerfile b/Dockerfile index c0afa14..10b7a06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.89.0@sha256:57407b378b2b6e07b48a6135a20c87cc22ea6e249c0acf6cb1833ead3cf116e9 AS base +FROM rust:1.97.1@sha256:3382bd20aa942806c533e9a73cd000474fb3ef173f71e684cc9b942675781769 AS base RUN cargo install --locked cargo-chef sccache ENV RUSTC_WRAPPER=sccache SCCACHE_DIR=/sccache