Skip to content

Commit

Permalink
Add --locked to cargo install (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerbalind authored Nov 14, 2023
1 parent a1a910e commit fb2eeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /usr/src/zauth

RUN cargo install diesel_cli
COPY . .
RUN cargo install --path .
RUN cargo install --locked --path .

FROM node:14 AS staticbuilder

Expand Down

0 comments on commit fb2eeaa

Please sign in to comment.