fix: CI lock
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
hexlocation pc 2024-07-12 23:32:35 +02:00
parent df6dbc2be7
commit c61dadef0b

View file

@ -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