diff --git a/Dockerfile b/Dockerfile index 531f460..6c6bced 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.94@sha256:7e322aa1b876cbb977e0df46812af6c4e8be2efbfb2ce3712c28a93ba2968726 AS builder +FROM rust:1.94@sha256:eba5c67cda4029029754bab0fcd438aaa783f9c8612bda10a8b8f890e40b5a64 AS builder WORKDIR /app COPY . . RUN cargo install --path .