We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a1ffb commit 5cfe137Copy full SHA for 5cfe137
1 file changed
Dockerfile
@@ -1,6 +1,6 @@
1
FROM node:lts-alpine
2
3
-RUN npm install --global --production --update-notifier=false markdownlint-cli@0.31.1
+RUN npm install --global --production --update-notifier=false markdownlint-cli@0.32.2
4
5
COPY entrypoint.sh /entrypoint.sh
6
COPY markdownlint-problem-matcher.json /markdownlint-problem-matcher.json
0 commit comments