Skip to content

Commit 530330c

Browse files
committed
ci: install typos-cli in locked mode for checkers builds
1 parent 829bce3 commit 530330c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/cloudbuild/dockerfiles/checkers.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN dnf makecache && \
3535
python-pip \
3636
ShellCheck
3737

38-
RUN cargo install typos-cli --version 1.24.1 --root /usr/local
38+
RUN cargo install --locked typos-cli --version 1.24.1 --root /usr/local
3939

4040
RUN curl -L -o /usr/bin/buildifier https://github.com/bazelbuild/buildtools/releases/download/v6.4.0/buildifier-linux-amd64 && \
4141
chmod 755 /usr/bin/buildifier

0 commit comments

Comments
 (0)