Skip to content

Commit adc1ef8

Browse files
committed
ci: upgrade dockerfile
1 parent 9b430a5 commit adc1ef8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

context/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ RUN rustup component add llvm-tools-preview
1616
RUN rustup target add wasm32-unknown-unknown
1717
RUN rustup install nightly # for docs building
1818

19-
RUN cargo install cargo-audit
20-
RUN cargo install cargo-nextest
21-
RUN cargo install grcov
22-
RUN cargo install just
19+
RUN cargo install cargo-audit --locked
20+
RUN cargo install cargo-nextest@0.9.100 --locked
21+
RUN cargo install grcov --locked
22+
RUN cargo install just --locked
2323

2424
# we don't need this, but it downloads and cache most of our dependency tree
25-
RUN cargo install lwk_cli
25+
RUN cargo install lwk_cli --locked
2626

2727
COPY download_bins.sh /download_bins.sh
2828
RUN ./download_bins.sh

0 commit comments

Comments
 (0)