Skip to content

Commit

Permalink
Fixes #25790: Update Rust for typos check
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Nov 4, 2024
1 parent c473e95 commit 9412f89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/typos.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM rust
FROM rust:1.82
LABEL ci=ncf/ci/typos.Dockerfile
ARG VERSION

RUN cargo install -f typos-cli --version =$VERSION
RUN cargo install --locked -f typos-cli --version =$VERSION

0 comments on commit 9412f89

Please sign in to comment.