diff --git a/Dockerfile b/Dockerfile index 08a59ac..f1d9923 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.94@sha256:f17e723020f87c1b4ac4ff6d73c9dfbb7d5cb978754c76641e47337d65f61e12 AS builder +FROM rust:1.94@sha256:689fa5fdf107a7dab344fafaa12b962a99c278ca3c38b481e5e4e4f58a500b69 AS builder WORKDIR /app COPY . . RUN cargo install --path .