Pin version of markdownlint-cli

This commit is contained in:
Achilleas Pipinellis 2019-08-23 13:14:25 +02:00
parent fb6257d56f
commit cdd7cd9bca
No known key found for this signature in database
GPG key ID: A0996FBD3E92C17B

View file

@ -11,7 +11,7 @@ RUN apk update && apk upgrade --no-cache && apk add --no-cache \
grep \
yarn
RUN yarn global add markdownlint-cli && yarn cache clean
RUN yarn global add markdownlint-cli@0.18.0 && yarn cache clean
RUN wget https://gitlab.com/gitlab-org/gitlab-docs/-/archive/$GITLAB_DOCS_REVISION/gitlab-docs-$GITLAB_DOCS_REVISION.tar.bz2 \
&& tar xvjf gitlab-docs-$GITLAB_DOCS_REVISION.tar.bz2 \