Skip to content

Commit 55c885e

Browse files
daconstenlanosborn
authored andcommitted
Bump markdownlint-cli dependency version
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
1 parent 945ab04 commit 55c885e

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
@@ -1,6 +1,6 @@
11
FROM node:lts-alpine
22

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

55
COPY entrypoint.sh /entrypoint.sh
66
COPY markdownlint-problem-matcher.json /markdownlint-problem-matcher.json

0 commit comments

Comments
 (0)