diff --git a/Dockerfile b/Dockerfile index 4be07cb..fb2e754 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.94.1-alpine3.22 AS chef +FROM rust:1.95.0-alpine3.22 AS chef ENV RUSTFLAGS=-Dwarnings WORKDIR /build RUN apk add --no-cache build-base && cargo install cargo-chef