mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Pin version of markdownlint-cli
This commit is contained in:
parent
fb6257d56f
commit
cdd7cd9bca
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue