FROM golangci/golangci-lint:v1.50-alpine # git must be installed for golangci-lint's --new-from-rev flag to work. RUN apk --no-cache add git jq bash # Include a default .golangci.yml COPY /assets/.golangci.yml /golangci/.golangci.yml RUN echo "DEPRECATED. Please use the upstream version of the linter golangci/golangci-lint:v1.50-alpine"