We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530330c commit 00be0f6Copy full SHA for 00be0f6
ci/cloudbuild/dockerfiles/checkers.Dockerfile
@@ -35,7 +35,7 @@ RUN dnf makecache && \
35
python-pip \
36
ShellCheck
37
38
-RUN cargo install --locked typos-cli --version 1.24.1 --root /usr/local
+RUN cargo install typos-cli --locked --version 1.24.1 --root /usr/local
39
40
RUN curl -L -o /usr/bin/buildifier https://github.com/bazelbuild/buildtools/releases/download/v6.4.0/buildifier-linux-amd64 && \
41
chmod 755 /usr/bin/buildifier
0 commit comments