Switched from --frozen to --locked in the Dockerfile, whoops

This commit is contained in:
Natty 2023-05-19 02:11:13 +02:00
parent 126575930c
commit c9ccd47786
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ WORKDIR /magnetar
COPY ./ .
RUN cargo build --release --frozen
RUN cargo build --release --locked
FROM docker.io/debian:bullseye-slim