diff --git a/Dockerfile b/Dockerfile index 7bcca88..b1c74f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.89@sha256:02a86ffc3024f74ce38fe975b8d748c5c121a70f28d832ed04803bb76dc0e259 AS builder +FROM rust:1.89@sha256:1ca9500fa119fe67cc67de86fe0ce8c77d747bfb541d227cd6eca463d29cc454 AS builder WORKDIR /app COPY . . RUN cargo install --path .