Skip to content

Commit

Permalink
docker: enforce cargo using Cargo.lock
Browse files Browse the repository at this point in the history
Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 authored and fitzthum committed Nov 2, 2023
1 parent 8d51d2d commit e596dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ WORKDIR /usr/src/kbs
COPY . .

ARG KBS_FEATURES=coco-as-builtin,rustls,resource,opa
RUN cargo install --path src/kbs --no-default-features --features ${KBS_FEATURES}
RUN cargo install --locked --path src/kbs --no-default-features --features ${KBS_FEATURES}

FROM debian:stable-slim

Expand Down

0 comments on commit e596dfe

Please sign in to comment.