From c61dadef0b99006cd436777896dc9b7636a0d630 Mon Sep 17 00:00:00 2001 From: hexlocation pc Date: Fri, 12 Jul 2024 23:32:35 +0200 Subject: [PATCH] fix: CI lock --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 883ac36..9c5f04b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM rust:1.19 as compile WORKDIR /build COPY . . +RUN rm -Rf /build/Cargo.lock RUN cargo build --release FROM gcr.io/distroless/static-debian12