Skip to content

Commit 0ae11b5

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Docker] Now use fixed version of markdownlint
1 parent b289540 commit 0ae11b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ WORKDIR ${WORKDIR}
2929

3030
RUN apk add --update --no-cache make nodejs npm wget \
3131
&& apk add --update --no-cache yamllint \
32-
&& npm install -g --ignore-scripts markdownlint-cli
32+
&& npm install -g --ignore-scripts markdownlint-cli@0.47.0
3333

3434
ADD https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh ${WORKDIR}/
3535
RUN sh install.sh -b $(go env GOPATH)/bin v2.0.0 \

0 commit comments

Comments
 (0)