diff --git a/Dockerfile b/Dockerfile index 0a5d077..a3e6a74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.89@sha256:5fa1490d5cd16725196511190baad604ddebedcd6e52f1036de46a1a75c85bce AS builder +FROM rust:1.89@sha256:f1cbe94e8dbfa9deaa8a7d90d801ed81db2a84c363276b6a93055d3c4bba7409 AS builder WORKDIR /app COPY . . RUN cargo install --path .