diff --git a/Dockerfile b/Dockerfile index dd90e0a..190e12b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.87@sha256:f6bf5bf8df770d29dc2cb6c8504f93cb22c18661ec40b51de4008bef9797ae40 AS builder +FROM rust:1.87@sha256:813451c716397e924d5238b4674b7f99d2b0c9d60d698bd1c051c3040c8087fa AS builder WORKDIR /app COPY . . RUN cargo install --path .