diff --git a/Dockerfile b/Dockerfile index 953b218..3536240 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.86@sha256:563b33de55d0add224b2e301182660b59bf3cf7219e9dc0fda68f8500e5fe14a AS builder +FROM rust:1.86@sha256:249447250f1b9a75f5594a9e87f131622998cec0eb1477742cb29f8dfe933c47 AS builder WORKDIR /app COPY . . RUN cargo install --path .