Skip to content

Commit

Permalink
Bump markdownlint-cli dependency version
Browse files Browse the repository at this point in the history
to get latest features and fix possible problems related to the `0.30.0` version
which also bumps `markdownlint` to their latest available version
https://github.com/igorshubovych/markdownlint-cli/blob/master/package.json#L46
  • Loading branch information
daconstenla authored and nosborn committed Jun 8, 2022
1 parent 945ab04 commit 55c885e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,6 +1,6 @@
FROM node:lts-alpine

RUN npm install --global --production --update-notifier=false markdownlint-cli@0.30.0
RUN npm install --global --production --update-notifier=false markdownlint-cli@0.31.1

COPY entrypoint.sh /entrypoint.sh
COPY markdownlint-problem-matcher.json /markdownlint-problem-matcher.json
Expand Down

0 comments on commit 55c885e

Please sign in to comment.