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 b289540 commit 0ae11b5Copy full SHA for 0ae11b5
Dockerfile
@@ -29,7 +29,7 @@ WORKDIR ${WORKDIR}
29
30
RUN apk add --update --no-cache make nodejs npm wget \
31
&& apk add --update --no-cache yamllint \
32
- && npm install -g --ignore-scripts markdownlint-cli
+ && npm install -g --ignore-scripts markdownlint-cli@0.47.0
33
34
ADD https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh ${WORKDIR}/
35
RUN sh install.sh -b $(go env GOPATH)/bin v2.0.0 \
0 commit comments