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.
2 parents 7c71b86 + d2646a1 commit 7d3e1d8Copy full SHA for 7d3e1d8
tools/pipeline-linter/Dockerfile
@@ -16,7 +16,7 @@ FROM golang:alpine3.18
16
17
RUN apk add --no-cache git
18
RUN go install github.com/google/addlicense@v1.0.0
19
-RUN export GO111MODULE=on && go install github.com/googlecodelabs/tools/claat@v2.2.6
+RUN go install github.com/googlecodelabs/tools/claat@latest
20
21
# Install our dependencies
22
COPY *.sh /usr/bin/
0 commit comments