Skip to content

Commit c47d6f8

Browse files
committed
chore: cargo install with --locked
1 parent b3a5d38 commit c47d6f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parser/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM rust:1.80.1 AS build
22

33
RUN --mount=type=cache,target=/usr/local/cargo/git \
44
--mount=type=cache,target=/usr/local/cargo/registry \
5-
cargo install --version 0.13.0 wasm-pack
5+
cargo install --locked --version 0.13.0 wasm-pack
66

77
RUN rustup target add wasm32-unknown-unknown
88

@@ -23,7 +23,7 @@ FROM rust:1.80.1 AS license
2323

2424
RUN --mount=type=cache,target=/usr/local/cargo/git \
2525
--mount=type=cache,target=/usr/local/cargo/registry \
26-
cargo install --version 0.6.4 cargo-about
26+
cargo install --locked --version 0.6.4 cargo-about
2727

2828
WORKDIR /parser
2929
COPY Cargo* about* ./

0 commit comments

Comments
 (0)