Skip to content

Commit

Permalink
Bump markdownlint-cli to 0.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen authored Jan 6, 2025
1 parent 9b5e871 commit 5b6882c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:lts-alpine

RUN npm install --global --production --update-notifier=false markdownlint-cli@0.33.0
RUN npm install --global --production --update-notifier=false markdownlint-cli@0.43.0

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

0 comments on commit 5b6882c

Please sign in to comment.