Switched from --frozen to --locked in the Dockerfile, whoops
This commit is contained in:
parent
126575930c
commit
c9ccd47786
|
@ -17,7 +17,7 @@ WORKDIR /magnetar
|
||||||
|
|
||||||
COPY ./ .
|
COPY ./ .
|
||||||
|
|
||||||
RUN cargo build --release --frozen
|
RUN cargo build --release --locked
|
||||||
|
|
||||||
FROM docker.io/debian:bullseye-slim
|
FROM docker.io/debian:bullseye-slim
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue