diff --git a/Dockerfile b/Dockerfile index bc0f7ea..5148e53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:stable-bookworm AS builder +FROM rust:1.96.0-bookworm AS builder WORKDIR /app COPY Cargo.toml Cargo.lock ./