Skip to content

Commit

Permalink
Bump markdownlint-cli to 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nosborn committed Dec 20, 2021
1 parent 23f7dd2 commit 4af041e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,7 +1,7 @@
FROM node:lts-alpine

# hadolint ignore=DL3018
RUN npm install --global --production markdownlint-cli@0.27.1 \
RUN npm install --global --production markdownlint-cli@0.30.0 \
&& apk --update --no-cache add curl jq

COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 4af041e

Please sign in to comment.