diff --git a/Dockerfile b/Dockerfile index c7884aa..0414e9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.87@sha256:d0f16cc551662a283a022b50d33f1a58b113465033656938f1db480f474c5427 AS builder +FROM rust:1.87@sha256:251cec8da4689d180f124ef00024c2f83f79d9bf984e43c180a598119e326b84 AS builder WORKDIR /app COPY . . RUN cargo install --path .