Skip to content

Commit

Permalink
fix claat
Browse files Browse the repository at this point in the history
  • Loading branch information
danistrebel authored Mar 28, 2024
1 parent 7c71b86 commit d2646a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pipeline-linter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FROM golang:alpine3.18

RUN apk add --no-cache git
RUN go install github.com/google/[email protected]
RUN export GO111MODULE=on && go install github.com/googlecodelabs/tools/claat@v2.2.6
RUN go install github.com/googlecodelabs/tools/claat@latest

# Install our dependencies
COPY *.sh /usr/bin/
Expand Down

0 comments on commit d2646a1

Please sign in to comment.